File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
11
[env]
12
- platform = espressif32
12
+ platform = https://github.com/platformio/platform- espressif32.git # v3.0.0
13
13
framework = arduino
14
14
monitor_speed = 921600
15
15
upload_speed = 921600
16
16
lib_deps =
17
- bblanchon/ArduinoJson@^6.17.2
18
- links2004/WebSockets@^2.3.3
19
- ; h2zero/NimBLE-Arduino@^1.1.0
20
- [email protected] :h2zero/NimBLE-Arduino.git
# refactor-advertised-device
21
- esp32_https_server@^1.0.0
17
+ bblanchon/ArduinoJson@^6.17.2 ; 6.21.5
18
+ [email protected] :Links2004/arduinoWebSockets.git
# 2.3.3
19
+ h2zero/NimBLE-Arduino@^1.1.0 ; 1.4.3
20
+ esp32_https_server@^1.0.0 ; 1.0.0
22
21
monitor_filters = esp32_exception_decoder
23
- platform_packages =
24
- platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
22
+ platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git# 1.0.6
25
23
board_build.partitions = min_spiffs.csv
26
24
27
25
[env:esp-wrover-debug]
@@ -39,3 +37,10 @@ build_flags =
39
37
; -DBOARD_HAS_PSRAM
40
38
; -mfix-esp32-psram-cache-issue
41
39
; -DCORE_DEBUG_LEVEL=5
40
+
41
+
42
+ [env:esp32dev]
43
+ board = esp32dev
44
+ build_flags =
45
+ ; -DBOARD_HAS_PSRAM
46
+ ; -mfix-esp32-psram-cache-issue
You can’t perform that action at this time.
0 commit comments