maj config platformio.ini

This commit is contained in:
pgp 2020-12-10 15:27:36 +01:00
parent bd204e02b8
commit 7a73a12e47

View file

@ -8,12 +8,8 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32dev
framework = arduino
[env:nodemcu-32s]
[env:esp32]
platform = espressif32
board = nodemcu-32s
framework = arduino
lib_deps = madhephaestus/ESP32Servo@^0.9.0