Migrate to PlatformIO
This commit is contained in:
parent
22dd57d831
commit
729ecb5602
24 changed files with 370 additions and 55 deletions
24
platformio.ini
Normal file
24
platformio.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:d1_mini_lite]
|
||||
platform = espressif8266
|
||||
board = d1_mini_lite
|
||||
framework = arduino
|
||||
|
||||
lib_deps =
|
||||
ArduinoJson
|
||||
FastLED
|
||||
adafruit/Adafruit ADS1X15
|
||||
adafruit/Adafruit SSD1306
|
||||
OneWire
|
||||
DallasTemperature
|
||||
PubSubClient
|
||||
Wire
|
Loading…
Add table
Add a link
Reference in a new issue