ESP-Library
ESP-Library copied to clipboard
Software Distribution and Management Over the Air
In v2.1.0 RC5.1 RTCMEMBEGIN has two conflicting definitions, both https://github.com/iotappstory/ESP-Library/blob/2.1.0-RC5.1/src/espressif/esp8266/BoardInfo.h and https://github.com/iotappstory/ESP-Library/blob/2.1.0-RC5.1/src/espressif/esp8266/NtpTimeSync.h are defining RTCMEMBEGIN. In the BoardInfo.h RTCMEMBEGIN is defined as 68 while in the NtpSync.h RTCMEMBEGIN is defined...
Hi. Set my Arduino IDE, set my board library as stated on web page. Loaded the Libraries. Opened the Loader sketch to test. Massive explosion. :( My bad..... In file...
With an ESP32-C3 I'm trying to use library version 2.1.0-RC5 on IDE 2.0.4 and get the error message. It compiles correctly for the ESP32-Dev board, ESP32-S3 and ESP32-S2 IOTAppStory-ESP\espressif\WiFiConnector.cpp.o: in...
Would it be possible to add functionality for a label, or title above configuration options? If all fields added show up in the order that they are added, then it...
from config.h ``` #define ESP_GETCHIPID (uint32_t)ESP.getEfuseMac() ``` Due to the way the value is returned on ESP32, you basically end up getting the first three digits of the Mac address...
several macros are not defined if you set debug level to 0, and that leads to compilation errors where the macros are still used so I added at this places...
First of all, I would like to complement you guys for an awesome app and web site. I can tell a lot of hard work went into it. However, I...
Hello everyone i just started looking into what iotappstory can do and i am impressed. i want to implement this library into my current project using blynk. in my code...
Let's consider to build a new version work for ESP8266 Arduino core version 3.0.0 Error: ESP-Library\src\espressif\esp8266\callServer_WiFiClientSecure.cpp:175:17: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
My hardware is ESP32 and LCD Nextion. During the ESP32 software update, I show the progress on the LCD (progress bar). I use the cllback function IAS.onFirmwareUpdateProgress ([] (int written,...