Initial Box-balkon
This commit is contained in:
27
Box-ESP12/platformio.ini
Normal file
27
Box-ESP12/platformio.ini
Normal file
@@ -0,0 +1,27 @@
|
||||
; 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:esp12e]
|
||||
platform = espressif8266
|
||||
board = esp12e
|
||||
framework = arduino
|
||||
upload_protocol = espota
|
||||
upload_port = 192.168.1.159
|
||||
|
||||
lib_deps =
|
||||
noah1510/LedController @ ^1.7.0
|
||||
knolleary/PubSubClient @ ^2.8
|
||||
ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0
|
||||
ayushsharma82/WebSerial @ ^1.3.0
|
||||
jwrw/ESP_EEPROM @ ^2.0.0
|
||||
br3ttb/PID @ ^1.2.1
|
||||
milesburton/DallasTemperature @ ^3.11.0
|
||||
thomasfredericks/Bounce2 @ ^2.72
|
||||
gyverlibs/GyverSegment @ ^1.4.7
|
||||
Reference in New Issue
Block a user