David Duehren

Results 4 issues of David Duehren

Since your library is at a pretty low level - append(string)., I'm building a class to make structured records to append, so your libary is part of that class. The...

`n file included from D:\David\MyDocuments\Arduino\libraries\ESP_Logger\src\logger_routine.cpp:29:0: D:\David\MyDocuments\Arduino\libraries\ESP_Logger\src\logger_routine.h: In constructor 'LoggerRoutine::LoggerRoutine(Logger&, float)': D:\David\MyDocuments\Arduino\libraries\ESP_Logger\src\logger_routine.h:44:20: error: no matching function for call to 'Ticker::Ticker()' period(period){}; ^ D:\David\MyDocuments\Arduino\libraries\ESP_Logger\src\logger_routine.h:44:20: note: candidates are: In file included from D:\David\MyDocuments\Arduino\libraries\ESP_Logger\src\logger_routine.h:32:0,...

Library depends on the internal behaviour of esp_yeild(), which previously just suspended our USER task without doing anything else https://github.com/dancol90/ESP8266Ping/blob/934e701dcee743fe1ec564d0c2d64bd99e8d7bf3/src/ESP8266Ping.impl.h#L51 However, since 3.1.0 it will also call esp_schedule(), so the...

### Basic Infos - [ x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [ x I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed...