Dale Schultz
Dale Schultz
### Basic Infos #### Hardware WiFimanager Branch/Release: 0.16.0 Esp8266 Hardware: Wemos D1 mini ### Description After a power failure, when power returns, my ESP devices boot up and attempt to...
I think **whitespace** should be added to the glossary (or elsewhere) and define what exactly is regarded as whitespace and then link to that from the trim() function reference at...
I was reading the lines in SimpleDHT.h and its states: // For DHT11, in H, such as 35H. // For DHT22, in RH%, such as 53%RH. However, the DHT11 data...
I noticed that there are read2( ) functions that take float arguments. I tried them but I only get integer results even though the DHT11 has a resolution of 0.1°C...
SimpleDH11 defines two public constructors: ``` SimpleDHT11(); SimpleDHT11(int pin); ``` and they are implemented like this: ``` SimpleDHT11::SimpleDHT11() { } SimpleDHT11::SimpleDHT11(int pin) : SimpleDHT (pin) { } ``` Which all...
supplied example no longer compiles. C:\Ard\libraries\ESP8266_SSD1322\ESP8266_SSD1322.cpp: In member function 'void ESP8266_SSD1322::fastDrawBitmap(int16_t, int16_t, const uint8_t*, int16_t, int16_t, uint8_t)': C:\Ard\libraries\ESP8266_SSD1322\ESP8266_SSD1322.cpp:879:59: **error: no matching function for call to 'min(int, int16_t&)'** register uint16_t hInRows...
Hi, I can't get HW-247A with 3200D chip modules to work with your DF_Player_ESP8266_Basic sample code. The (good) documentation refers to the 3200B and this has 3200**D** printed on it,...
See https://forums.adafruit.com/viewtopic.php?p=957161 for discussion thread. The **Resolution** values for both Temperature and Humidity are incorrectly defined in DHT-U.cpp for DHT11 sensors. Lines 213-217 ``` case DHT11: sensor->max_value = 80.0F; sensor->min_value...