-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
63 lines (50 loc) · 1.65 KB
/
Copy pathplatformio.ini
File metadata and controls
63 lines (50 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
https://github.com/tzapu/WiFiManager.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/ayushsharma82/ElegantOTA.git
knolleary/PubSubClient @ ^2.8
https://github.com/eModbus/eModbus.git
https://github.com/arduino-libraries/NTPClient
build_flags =
-D ASYNCWEBSERVER_REGEX
-D CORE_DEBUG_LEVEL=3
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
lib_ldf_mode = chain+
; Windows example
upload_port = COM5
[env:esp32s3]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
https://github.com/tzapu/WiFiManager.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/ayushsharma82/ElegantOTA.git
knolleary/PubSubClient @ ^2.8
https://github.com/eModbus/eModbus.git
https://github.com/arduino-libraries/NTPClient
https://github.com/fastled/FastLED@^3.5.0
#https://github.com/arduino-libraries/WiFi
#https://github.com/me-no-dev/ESPAsyncWebServer.git
#https://github.com/me-no-dev/AsyncTCP.git
build_flags =
-D ASYNCWEBSERVER_REGEX
-D CORE_DEBUG_LEVEL=3
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
-D ARDUINO_ESP32S3_DEV
-D USE_ETH
# -D BOARD_HAS_RGB_LED
# -I $PROJECT_PACKAGES_DIR/framework-arduinoespressif32/tools/sdk/esp32s3/include/wifi
lib_ldf_mode = chain+
; Windows example
upload_port = COM6