-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
98 lines (92 loc) · 3.27 KB
/
Copy pathplatformio.ini
File metadata and controls
98 lines (92 loc) · 3.27 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = wt32-eth01
extra_configs = ${platformio.core_dir}/lib/MyCreds/MyCreds.ini
; MyCreds.ini should contain the upload password, stored in <user>/.platformio/lib/MyCreds/MyCreds.ini
[common]
;private_upload_auth = "change_me_upload_password"
[env]
;platform = espressif32
board = wt32-eth01
framework = arduino
platform = https://github.com/pioarduino/platform-espressif32.git#develop
;platform = espressif32@6.8.1
;platform = https://github.com/platformio/platform-espressif32.git
;platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master
monitor_speed = 115200
board_build.filesystem = littlefs
board_build.partitions = custom_partitions.csv
lib_deps =
;thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.4.0
pfeerick/elapsedMillis@^1.0.6
teemuatlut/TMCStepper@^0.7.3
olikraus/U8g2@^2.35.15
;gmag11/QuickEspNow@^0.8.1 Instable! RSSI not working in Arduino 3
robtillaart/AS5600@^0.6.1
;me-no-dev/AsyncTCP@^1.1.1 Outdated for higher Arduino cores
ESP32Async/AsyncTCP@^3.4.0
;mathieucarbou/ESPAsyncWebServer@^3.2.4 Outdated for higher Arduino cores
;marian-craciunescu/ESP32Ping@^1.7 Implemented own non-blocking routines
;fastled/FastLED@^3.6.0
;freenove/Freenove WS2812 Lib for ESP32 @ 1.0.5 INSTABLE!!!
https://github.com/adafruit/Adafruit_NeoPixel.git@^1.12.5
rweather/Crypto@~0.4.0
;https://github.com/me-no-dev/ESPAsyncWebServer.git
ESP32Async/ESPAsyncWebServer@^3.7.7
bblanchon/ArduinoJson@^6.21.4
;this is to add the upload authentification password stored in the extra_config file
;upload_flags = --auth=${common.private_upload_auth}
build_flags = -D DEF_UPLOAD_AUTH='${common.private_upload_auth}'
monitor_filters = esp32_exception_decoder
[env:wt32-eth01]
upload_speed = 460800
;upload_speed = 230400
build_flags =
${env.build_flags}
-D DEF_HOSTNAME='"testdoor"'
-D DEF_LOCKDRIVE=1
[env:wt32-eth01-ota]
upload_protocol = espota
upload_port = 192.168.2.186
monitor_port = socket://192.168.2.186:2222
upload_flags = --auth=${common.private_upload_auth}
build_flags =
${env.build_flags}
-D DEF_HOSTNAME='"elabdoor"'
-D DEF_LOCKDRIVE=1
; .143 .160
[env:wt32-eth01-otahackffm143]
upload_protocol = espota
upload_port = 10.0.0.143
monitor_port = socket://10.0.0.143:2222
upload_flags = --auth=${common.private_upload_auth}
build_flags =
${env.build_flags}
-D DEF_HOSTNAME='"maindoor"'
-D DEF_STEPPERDRIVE=1
[env:wt32-eth01-otahackffm160]
upload_protocol = espota
upload_port = 10.0.0.160
monitor_port = socket://10.0.0.160:2222
upload_flags = --auth=${common.private_upload_auth}
build_flags =
${env.build_flags}
-D DEF_HOSTNAME='"loungedoorold"'
-D DEF_LOCKDRIVE=1
[env:wt32-eth01-ota-loungedoor]
upload_protocol = espota
upload_port = 10.0.0.131
monitor_port = socket://10.0.0.131:2222
upload_flags = --auth=${common.private_upload_auth}
build_flags =
${env.build_flags}
-D DEF_HOSTNAME='"loungedoor"'
-D DEF_LOCKDRIVE=1