Add build config for nodemcu v2

This commit is contained in:
Andreas Erhard 2022-07-11 16:31:45 +02:00 committed by GitHub
parent 21624cb517
commit ebd102ddc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,15 @@ monitor_speed = 115200
board_build.f_cpu = 80000000L
;build_flags = -DDEBUG_ESP_PORT=Serial
[env:node_mcu_v2]
platform = espressif8266
framework = arduino
board = nodemcuv2
monitor_speed = 115200
board_build.f_cpu = 80000000L
upload_port = /dev/ttyUSB0
lib_deps =
nrf24/RF24@1.4.2
PubSubClient