CombiesGit
CombiesGit
May be a feature request. Win10 Procedure: Start SPIFFS OTA upload Arduino status line shows "SPIFFS Uploading Image ..." After a few minutes the network transfer rate drops to zero....
[Docu: Wire::read()](https://www.arduino.cc/en/Reference/WireRead) > Returns > The next byte received It should be: > Returns > The next byte received (or -1 if no data is available). Data type: int.
Resolves Problem with Arduino Every
> E:\Programme\arduino\portable\sketchbook\libraries\Adafruit_NeoPixel\esp8266.c:21:59: warning: > unused parameter 'is800KHz' [-Wunused-parameter] > uint8_t pin, uint8_t *pixels, uint32_t numBytes, boolean is800KHz) Solution: ` #ifdef ESP8266 void ICACHE_RAM_ATTR espShow( uint8_t pin, uint8_t *pixels, uint32_t numBytes,...
The Arduino DUE has its own RTC clock. The symbol "Rtc" is already defined there and can not be used in the examples in this lib. Problem: `RtcDS3234 Rtc(SPI);` Reports:...