Introduce platformio as build system
This commit is contained in:
parent
a183c98dce
commit
3e36c1187e
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.pio
|
||||||
|
*.*swp*
|
16
platformio.ini
Normal file
16
platformio.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[platformio]
|
||||||
|
default_envs = nodemcuv2
|
||||||
|
src_dir = .
|
||||||
|
|
||||||
|
[env]
|
||||||
|
platform = espressif8266
|
||||||
|
framework = arduino
|
||||||
|
lib_deps =
|
||||||
|
olkal/HX711_ADC
|
||||||
|
olikraus/U8g2
|
||||||
|
ayushsharma82/ElegantOTA
|
||||||
|
bblanchon/ArduinoJson
|
||||||
|
|
||||||
|
[env:nodemcuv2]
|
||||||
|
extends = base:esp8266
|
||||||
|
board = nodemcuv2
|
Loading…
x
Reference in New Issue
Block a user