Balázs Kelemen
Balázs Kelemen
Had the same issue with Debian x86_64. The solution was to upgrade my java8 version to a more recent one. (Actually installed [OpenJDK 64-Bit Server VM Corretto-8.302.08.1] instead of Oracle...
Similar issues appeared when ESP8266 was introduced. I do own an ESP32, so I will check it.
Sorry, I don't really understand the starting point, but the solutions you provided here both can be correct. You are free to modify the lastCallTimeMicros variable. (But use micros() instead...
Theoretically it is possible to build something similar to this with SoftTimer, as I did for the PCI interrupt handling. However currently I do not have the capacity to fulfill...
No. Generally say SoftTimer is a relatively simply library. There are two key features that may deny to work with other libraries/platforms. 1. It does not launch the loop method...
For the JSON please check out example IotWebConf17JsonConfig. Assignment can be done by a simply strncpy + saveConfig()
"load json" means: load configuration from file and store in eeprom iotWebConf does two main functionalities: 1. provide portal and store configuration parameters; 2. manage WiFi connection state. You must...
Can you please form this question again?! IotWebConf does not use AP and STA together, and currently there is no recommendation how to have this done. AP and STA modes...
The main idea of this library (besides of the conf. portal) is that iotWebConf will manage network connection (start in AP mode, tries to connect, fall back to AP when...
I see a bigger picture. Imagine a smart home with 20+ smart devices. 20 WiFi APs at a time would flood WiFi discovery. (Might also collide with each other.) But...