ESP8266_Treppenlicht/platformio.ini

29 lines
788 B
INI
Raw Normal View History

2021-06-10 16:36:16 +00:00
; 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:esp01_1m]
platform = espressif8266
board = esp01_1m
framework = arduino
2021-06-10 17:21:55 +00:00
monitor_speed = 115200
2021-06-10 16:36:16 +00:00
2021-06-10 18:58:48 +00:00
extra_scripts = pre:extra_script.py
2021-06-10 16:47:55 +00:00
; stuff for OTA
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
upload_protocol = espota
2021-06-10 18:58:48 +00:00
upload_port = 192.168.10.94
2021-06-10 16:47:55 +00:00
upload_flags =
--port=8266
--auth=admin
2021-06-10 16:36:16 +00:00
2021-06-10 18:05:15 +00:00
lib_deps =
2021-06-10 18:19:25 +00:00
ottowinter/PCA9685 16-Channel PWM Driver Module Library @ 1.2.9