netmindz
netmindz
Having issues trying to compile your example - clash between esp tools 1.0.5 and your code? In file included from /home/will/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/xtensa-esp32-elf/include/c++/5.2.0/tuple:39:0, from /home/will/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/xtensa-esp32-elf/include/c++/5.2.0/functional:55, from /home/will/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/xtensa-esp32-elf/include/c++/5.2.0/memory:79, from /home/will/.arduino15/packages/esp32/hardware/esp32/1.0.5/libraries/FS/src/FS.h:24, from /home/will/.arduino15/packages/esp32/hardware/esp32/1.0.5/libraries/FFat/src/FFat.h:18, from...
Any plans to add support for Teensy 4.0 ?
I know this project is no longer maintained, just putting this here more as historical record
Only publish when value changes, as the BinarySensor does, but for Sensor
Working on porting the send support written for the original non-async version to this library. Not sure what is needed to make it async
Certainly when using an ESP32, the interrupt never fires with the default examples, only if I pass the INT pin to the attach
Do you know if a board that uses the newer S3 chip that fits into your driver board or would you consider creating a new version that is compatible?
Do interrupts block the update? It looks like they do Could you add `noInterrupts` and `interrupts` to your code or provide some form of callback like the ArduinoOTA.onStart ?
Fix issue https://github.com/scottchiefbaker/ESP-WebOTA/issues/22 using example from https://github.com/espressif/arduino-esp32/blob/master/libraries/ArduinoOTA/examples/BasicOTA/BasicOTA.ino