Modifikasi dari TTGO - LilyGo-T-Call-SIM800
yang perlu diperhatikan bandwith nya
Bakal sering timeout kemungkinan karena time out untuk fetching raw datanya kurang dibesarin, dalam contoh repo ini disetting 100000L.
Bisa dimodif dibagian pembanding timeout berikut :
if (millis() - timeout > 100000L) {
DEBUG_FATAL("Timeout");
}
- Implementasi
- OTA Service
- Create class
- Deploy to arduino.info
If you like - give it a star, or fork it and contribute!