maj config platformio.ini
This commit is contained in:
parent
bd204e02b8
commit
7a73a12e47
|
@ -8,12 +8,8 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:esp32doit-devkit-v1]
|
[env:esp32]
|
||||||
platform = espressif32
|
|
||||||
board = esp32dev
|
|
||||||
framework = arduino
|
|
||||||
|
|
||||||
[env:nodemcu-32s]
|
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = nodemcu-32s
|
board = nodemcu-32s
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
lib_deps = madhephaestus/ESP32Servo@^0.9.0
|
||||||
|
|
Loading…
Reference in a new issue