18 lines
296 B
INI
18 lines
296 B
INI
|
[platformio]
|
||
|
default_envs = nodemcuv2
|
||
|
src_dir = .
|
||
|
|
||
|
[base:esp8266]
|
||
|
platform = espressif8266
|
||
|
framework = arduino
|
||
|
lib_deps =
|
||
|
olkal/HX711_ADC
|
||
|
olikraus/U8g2
|
||
|
ayushsharma82/ElegantOTA
|
||
|
bblanchon/ArduinoJson
|
||
|
monitor_speed = 115200
|
||
|
|
||
|
[env:nodemcuv2]
|
||
|
extends = base:esp8266
|
||
|
board = nodemcuv2
|