-
Nach Update auf v3.2.4 mit KM271-Wifi v0..0.6 lässt sich nicht mehr auf das Webinterface zugreifen.
Pingen lässt sich sich das ganze jedoch noch.
Nach zurücksetzen der Einstellungen lässt sich das…
-
# What happened?
I took the latest master branch and compiled it for my NodeMCU ESP8266 Lolin V3. I need to change the platformio.ini to include:
```
[env:nodemcuv2]
platform = espressif8266
boar…
-
PIO Core Call Error: "Library Storage: /Users/tolga/Documents/PlatformIO/Projects/smava/.pio/libdeps/nodemcuv2\nLibrary Manager: Removing AsyncHTTPRequest_Generic @ 1.1.1\nLibrary Manager: Removing de…
-
Hello,
I get the following error when trying to compile:
esp32_iGrill:122:1: error: 'WiFi_AP_IPConfig' does not name a type; did you mean 'WM_Config'?
WiFi_AP_IPConfig WM_AP_IPconfig;
^~~~~~…
-
I get the following error when the ESP32 connects to my IGrill 3.
Any idea what is causing it?
Thank you
-
put everything in the setup() and do a deep sleep for perhaps 30 minutes
consider adding a configurable sleep time via the captive portal configuration described in issue #1
-
```
Arduino IDE 2.1.0
Libaries:
Name Installed Available Location Description
Adafruit_BusIO 1.14.1 - LIBRARY_LOC…
-
### Describe the request
For my use case I need to be able to modify files in an installed library before the build takes place.
For example, [tft_eSPI](https://github.com/Bodmer/TFT_eSPI) is a po…
-
Hi
I am compiling in Arduino and have included all the ref libraries as follow:
Add ESP8266 compiler to arduino IDE
- In your Arduino IDE, go to File -> Preferences
- Enter http://arduino.es…
-
New to github, so posting this as an issue.
Detected a typo in the include library section:
Used Libs
- WiFiManager by tzapu https://github.com/tzapu/WiFiManager
- PubSub…