Introduce platformio as build system
This commit is contained in:
parent
a183c98dce
commit
ed9c36ac4f
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.pio
|
||||
*.*swp*
|
17
platformio.ini
Normal file
17
platformio.ini
Normal file
@ -0,0 +1,17 @@
|
||||
[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
|
Loading…
x
Reference in New Issue
Block a user