-
Use latest arduino frameworks via platformio
esp8266 v4.1.0
* completed, tests passed. could not upgrade arduinjson since this breaks the float formatting
esp32 v6.0.1
* not yet tested
-
Thank you for your great work!
PlatformIO noob here, installed vscode and platformIO on Win10 just for this project. Also, this is the first time im posting an issue to Github. Please forgive my mis…
-
Hi, thank you for this great project!
I am using an iGrill 2. I am having an issue, where the last probe which is initialized in the setup does not seem to function. I first tought something was wr…
-
My platformio.ini :
**[env:esp32Makerfabs]
platform = espressif32
board = esp32dev
framework = arduino
board_build.mcu = esp32s2
upload_protocol = esptool
platform_packages =
framework-a…
-
Hello,
I am writing .ino code compatible with both ESP32 and ESP8266 and I am using Arduino IDE.
When I try to compile the code on ESP32 everything is ok, but if I try to compile the code with ESP82…
-
Im getting the following error when compiling in the Arduino IDE;
In file included from C:\prive\Growatt_ShineWiFi-S-master\Growatt_ShineWiFi-S-master\SRC\ShineWiFi-ModBus\ShineWiFi-ModBus.ino:46:0…
-
ESP_DoubleResetDetector.h
```
#define FileFS LittleFS
```
```
Error: 'LittleFS' was not declared in this scope C/C++(20)...
```
```
Espressif 32 framework v.4.0.0 / 4.4.0 / 5.0.0 / …
-
**Build tool used:**
- [X ] Arudino
- [ ] Platformio (Visual Studio Code plugin)
- [ ] Platformio CLI
- [ ] Other
**Board used (ESP32/ESP8266/Arudino):**
- [X ] ESP8266-based
- [ ] ES…
-
Hi, thanks for you work on this. I installed vs code and platform io but unfortunately I'm unable to compile your latest realease.
Here is my console ouptput. I would apprechiate if you could have …
-
### Describe the bug
Using the UM ProS3 I rarely can connect to WiFi config portal.
### Steps to Reproduce
1. Use basic example code.
2. Run
3. You will sometime see SSID on wireless device…