mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
260 B
16 lines
260 B
[platformio]
|
|
src_dir = .
|
|
|
|
[env:d1_mini]
|
|
platform = espressif8266
|
|
framework = arduino
|
|
board = d1_mini
|
|
monitor_speed = 115200
|
|
board_build.f_cpu = 80000000L
|
|
;build_flags = -DDEBUG_ESP_PORT=Serial
|
|
|
|
lib_deps =
|
|
nrf24/RF24@1.4.2
|
|
PubSubClient
|
|
Time
|
|
ArduinoJson
|
|
|