Rob58329

Results 17 comments of Rob58329

See https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87

@lbernstone - Many thanks for your comments. You say "The source library does not include getDirty(). EEPROM is provided for Arduino portability." If I understand correctly, you are saying that...

Also I needed to change line "motion.h:418" from ` "uint32_t offset = j * W;"` to ` "uint32_t offset = j * (getWidth()/8);"`

This is a similar issue for the ESP32C3 with (for example) the standard "examples/wifi/SimpleWiFiServer" sketch which gives: ESP_ARDUINO_VERSION v2.0.6 Sketch uses 694996 bytes (53%) of program storage space. Maximum is...

If anyone want's to know how to list and/or remove/delete a BLE Bond/Pair in Arduino (ESP32), see https://github.com/espressif/arduino-esp32/issues/1458#issuecomment-2619818858

@Jason2866: Sadly the "`http.setTimeout(1000)`" still does not work for "`http.getString()`" (which instead times out after 120 seconds). {I am using "https://github.com/espressif/arduino-esp32/tree/3.2.0-RC2" as at 16Mar25.) (I am using an ESP32-Dev-Module.) The...

@Jason2866: I still get a 2minute responce time (as at 10Apr25): I am using "https://github.com/espressif/arduino-esp32/tree/3.2.0-RC2" as at 10Apr25. (I've also tried with "https://github.com/espressif/arduino-esp32/tree/3.2.0" but get pretty identical results.) I am...