Rob58329
Rob58329
### Describe the problem A stray curly-brace in `//` comments or `#if (false)` sections causes the function prototypes generated during [the "sketch pre-processing" stage of the compilation operation](https://arduino.github.io/arduino-cli/dev/sketch-build-process/#pre-processing) to be...
- Hardware: Wemos D1mini ESP8266 - Core Version: latest github.com/esp8266/Arduino as at 9Jun20 midday GMT - Development Env: Arduino IDE v1.8.12 - Operating System: Windows - Module: "Lolin(Wemos) D1 R2...
### Basic Infos - [Y] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [Y] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...
Using the example “ESP8266Audio/TalkingClockI2S” with an M5StickC (or M5StickCplus) and a speaker (M5StickC SPK HAT PAM8303) on GPIO26, and modifying the code as follows: ``` out = new AudioOutputI2S(0,1); //...
A "bool isDirty();" would be useful in "libraries\EEPROM\EEPROM.h" & "libraries\EEPROM\EEPROM.cpp"
### Related area "libraries\EEPROM\EEPROM.h" & "libraries\EEPROM\EEPROM.cpp" ### Hardware specification ESP32 and also ESP8266 ### Is your feature request related to a problem? To reduce eeprom usage in deep-sleeping Sensors which...
as at 1May23 your top "Motion Detection Example" and "MotionDetectionSaveToSpiffs.ino" won't compile
Using your "github.com/eloquentarduino/EloquentSurveillance" software as at 1May23 and "github.com/espressif/arduino-esp32" as at 1May23 with the arduino-IDE, compiling the above example (or your "MotionDetectionSaveToSpiffs.ino" example) fails to compile with the error messages:...
### Related area Significantly reduce delay ### Hardware specification All ESP32 boards ### Is your feature request related to a problem? In cases where Server sends no Content-Length header, the...