Compare commits

...

1 Commits

Author SHA1 Message Date
3e36c1187e Introduce platformio as build system 2023-01-20 12:57:56 +01:00
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.pio
*.*swp*

16
platformio.ini Normal file
View 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