import
This commit is contained in:
22
platformio.example.in
Normal file
22
platformio.example.in
Normal file
@@ -0,0 +1,22 @@
|
||||
; 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
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:sonoff]
|
||||
platform=espressif8266
|
||||
; source: http://www.instructables.com/id/Use-Homie-Firmware-to-Drive-Sonoff-Switch-Module-E/
|
||||
; https://github.com/arendst/Sonoff-MQTT-OTA-Arduino/issues/231
|
||||
board=esp01_1m
|
||||
framework=arduino
|
||||
upload_port=<IP>
|
||||
upload_flags=--auth="<PASS>"
|
||||
|
||||
[platformio]
|
||||
src_dir=arduino/sonoffentrance
|
||||
lib_dir=~/Arduino/libraries
|
||||
Reference in New Issue
Block a user