Results 25 issues of bill-orange

I am running esp8266FTPServer on an ESP8266. I have used this library for several years without any issues. I recently had to recompile some old code using the Arduino IDE...

All is well with my use of the FTP server for updating and changing files in my ESP8266 SPIFFS with one exception. 'Advanced IP Scanner' crashes the Ftp server causing...

The ESP32 example compiled fine for ESP32 boards, at least in my environment of the Ardoino libraries and IDE. The SDS011_example would not compile for any ESP8266 board I tested....

A new board manager for the ESP 8266 was released. Among other changes the syntax for Software serial was changed. For the library to compile change the following in SDS011.cpp....

Okay, so housekeeping is not my thing. The fan in my SDS011 became very noisy due to collected dust putting the blades out of balance. . I removed the fan...

I just recompiled working code under the new board manager. It compiles fine but I can not bring up the web config web page to get started. I am using...

**edit - I revised this post substantially. I initially thought this was a Safari problem..** I have encountered several situations where the browser stops responding. LOOP() continues to run fine...

For users in the USA does the Daylight Savings Time button do anything? I am in PST and I have the DST button clicked. The offset from UTC is set...

First off, this OneWire library works very well. The CRC errors occurring every minute or so disappeared. Nice. I am however having a problem integrating this library into my Arduino...

I am using the Arduino 1.8.9 IDE on a ATTiny85 clone with a BME380. 10K pullups are on the I2C lines. An external battery assures that 5v is adequate. I...