platformio.ini corrected settings for env:dev
This commit is contained in:
parent
9d7d0da737
commit
e30cd30439
@ -136,7 +136,6 @@ upload_protocol = esptool
|
|||||||
[env:dev]
|
[env:dev]
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
build_type = debug
|
build_type = debug
|
||||||
platform = https://github.com/platformio/platform-espressif32.git#develop
|
|
||||||
platform_packages =
|
platform_packages =
|
||||||
; use upstream Git version
|
; use upstream Git version
|
||||||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
Loading…
Reference in New Issue
Block a user