Commit Graph

23 Commits

Author SHA1 Message Date
Luc
93312ff8b5 Idf 5.1.4/Arduino 3.0.4 porting for esp32 (#1046)
* Update WebSocket library
* Update SSDP library
* Update TFT_eSPI library
* Update EspLuaEngine library
* Update SDFat library
* Change to pioarduino
* Make ESP3DMessageFIFO and ESP3DMessage  more thread safe
* Fix sanity checks for BT
* Add some C6 support
* Refactor ethernet code
* Split Ethernet Sta / WiFi sta ESP Commands  and settings
* Simplify wait and wdtFeed code
* Set C3 with 4MB by default in platformio.ini
* Apply Disable brown out only on ESP32 to avoid crash e.g:ESP32S3
* Add missing entries in platformio.ini
2024-09-05 16:27:47 +08:00
Luc
6027c39df3 Fix typo in platformio thank @ilko-k to pointing this out 2024-03-22 10:25:51 +08:00
Luc
e471be57a6 Fix #995
Add esp8285 env
2024-02-02 10:08:59 +08:00
Luc
ff5e04627c 3.0 code base 2023-10-02 19:55:18 +08:00
Luc
15f8078873 change env name due to latest PIO 2023-05-17 04:23:14 +08:00
Luc
b62247ac56 reorder the AP mode according latest doc (#905)
update platformio.ini to be compatible with latest update
2023-03-19 14:39:19 +08:00
Luc
10be986ba9 Update platformio.ini
no BT enabled so not need to limit the fs  on 2.x for esp32, based on @ReneHezser feedback
2021-08-01 15:18:14 +02:00
Luc
33b155c5b8 Fixes for github-ci 2021-04-12 08:25:40 +02:00
Luc
f6681bcbed Update platformio.ini 2021-03-30 14:05:01 +02:00
Luc
20e92723f0 Add esp8266 2.7.4 core forESP01 in PIO
remove useless 80MHz version in PIO
2020-12-22 19:28:46 +01:00
Luc
95ec8b39e9 Add type commands in monitor support 2020-12-22 10:09:25 +01:00
Luc
4ad387646f Update platformio.ini
per @gordo3di suggestion
2020-10-30 16:52:54 +01:00
Matthias Hryniszak
3f3370dd94 Expand the esp01s section to 80MHz and 160MHz
The two sections give the user a choice at what speed he'd like to
run the CPU. In some rare cases the unshielded ESP-01S module may
experience connectivity issues at 160MHz. In that case running it
slower helps.
2020-09-23 09:37:46 +02:00
Matthias Hryniszak
d794af636d Add esp01s environment to be able to build and upload from commandline 2020-09-23 09:16:20 +02:00
Luc
17297654ae Workaround for Platform.ini thanks @sl1pkn07 2020-09-11 10:28:39 +02:00
Luc
44888ed509 To support latest version of PlaformIO 2020-09-10 21:32:17 +02:00
Luc
f5e5282d4f fix esp8266 core to 2.5.2 2020-04-01 19:54:53 +02:00
Luc
c71be3bd1c Update platformio.ini 2019-09-12 12:40:33 +02:00
Luc
6a5696b3e7 use latest esp32 core for platformIO
fix unused variable
2019-09-12 11:50:04 +02:00
Luc
36ff302558 Update platformio.ini 2019-06-30 00:16:13 +02:00
Luc
3892e3de8d Update platformio.ini 2019-06-29 20:32:28 +02:00
Luc
15c9fd7ed1 Add esp8266 in vscode/platformio 2019-06-29 20:12:21 +02:00
Luc
e270fc0c8b first try for platformIO for ESP32
ESP8266 not yet done
2019-06-29 13:54:10 +02:00