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.
20 lines
459 B
20 lines
459 B
[platformio]
|
|
src_dir = .
|
|
|
|
[env:d1_mini]
|
|
platform = espressif8266
|
|
framework = arduino
|
|
board = d1_mini
|
|
monitor_speed = 115200
|
|
board_build.f_cpu = 80000000L
|
|
board_upload.maximum_size = 1048576
|
|
;build_flags = -DDEBUG_ESP_PORT=Serial
|
|
build_flags = -Wl,-Teagle.flash.1m64.ld
|
|
|
|
lib_deps =
|
|
nrf24/RF24@1.4.2
|
|
paulstoffregen/Time@^1.6.1
|
|
knolleary/PubSubClient@^2.8
|
|
bblanchon/ArduinoJson@^6.19.4
|
|
me-no-dev/ESP Async WebServer@^1.2.3
|
|
me-no-dev/ESPAsyncTCP@^1.2.2
|
|
|