Skip to content

Commit

Permalink
first try with platformio for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
FieteRensen authored Jan 30, 2024
1 parent 9d344f0 commit 315c129
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[env]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
https://github.com/Zeppelin500/MBusinoLib.git
OneWire@2.3.7
Adafruit Unified Sensor@1.1.14
Adafruit BME280 Library@2.2.4
ArduinoJson@7.0.2
milesburton/DallasTemperature@^3.11.0
https://github.com/sstaub/TickTwo.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/knolleary/pubsubclient.git
https://github.com/ayushsharma82/AsyncElegantOTA.git

0 comments on commit 315c129

Please sign in to comment.