Skip to content

Commit 8ad83fe

Browse files
committed
fixed dependencies
1 parent 38faf31 commit 8ad83fe

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

platformio.ini

+13-8
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env]
12-
platform = espressif32
12+
platform = https://github.com/platformio/platform-espressif32.git#v3.0.0
1313
framework = arduino
1414
monitor_speed = 921600
1515
upload_speed = 921600
1616
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
2221
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
2523
board_build.partitions = min_spiffs.csv
2624

2725
[env:esp-wrover-debug]
@@ -39,3 +37,10 @@ build_flags =
3937
; -DBOARD_HAS_PSRAM
4038
; -mfix-esp32-psram-cache-issue
4139
; -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

0 commit comments

Comments
 (0)