Browse Source
Merge pull request #101 from andreas5232/platformio-nodemcu-target
Add build config for nodemcu v2
pull/102/head
lumapu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
tools/esp8266/platformio.ini
|
@ -9,6 +9,15 @@ monitor_speed = 115200 |
|
|
board_build.f_cpu = 80000000L |
|
|
board_build.f_cpu = 80000000L |
|
|
;build_flags = -DDEBUG_ESP_PORT=Serial |
|
|
;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 = |
|
|
lib_deps = |
|
|
nrf24/RF24@1.4.2 |
|
|
nrf24/RF24@1.4.2 |
|
|
PubSubClient |
|
|
PubSubClient |
|
|