Spróbuj wrzucić na urządzenie jakiś przyład z biblioteki, np. GpmEspFreeHeap i sprawdź czy działa.Fryga wrote: Mon Jan 13, 2025 12:12 pm nadal niestety po zmianach.Code: Select all
13:11:51.084 -> Signal strength (RSSI): -74 dBm 13:11:51.132 -> Connecting without certificate validation (INSECURE) 13:11:51.132 -> Establishing encrypted connection with: svr38.supla.org (port: 2016) 13:11:53.790 -> 13:11:53.790 -> --------------- CUT HERE FOR EXCEPTION DECODER --------------- 13:11:53.790 -> 13:11:53.790 -> Soft WDT reset 13:11:53.790 -> 13:11:53.790 -> >>>stack>>> 13:11:53.790 -> 13:11:53.790 -> ctx: cont 13:11:53.790 -> sp: 3ffff830 end: 3fffffc0 offset: 01a0
potem dodałem:ale sprawdziłem w esp.h deklaracjeCode: Select all
ESP.wdtDisable(); SuplaDevice.begin(GUID, // Global Unique Identifier "svrUU.supla.org", // SUPLA server address "xxxxxxxxxx@gmail.com", // Email address used to login to Supla Cloud AUTHKEY); // Authorization key // configure defualt Supla CA certificate ESP.wdtEnable(100);
Code: Select all
class EspClass { public: // TODO: figure out how to set WDT timeout static void wdtEnable(uint32_t timeout_ms = 0); // note: setting the timeout value is not implemented at the moment static void wdtEnable(WDTO_t timeout_ms = WDTO_0MS);
to sobie liczby mogę odpuścić w wywałaniu Enable![]()
Możę ten WDT nie leci z powodu łączenia z serwerem, tylko czegoś innego, a po prostu logów innych nie ma.