new file: .vscode/extensions.json new file: .vscode/settings.json new file: UDP Tester.exe new file: debug.bak new file: debug.e new file: esp_relay_controller_0.1.stable_highActive.bin new file: include/README new file: lib/README new file: platformio.ini new file: src/main.cpp new file: test/README
22 lines
593 B
INI
22 lines
593 B
INI
; 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
|
|
|
|
[platform]
|
|
name = smartplugs_esp8266
|
|
[env]
|
|
upload_speed = 921600
|
|
monitor_encoding = utf-8
|
|
monitor_speed = 115200
|
|
framework = arduino
|
|
|
|
[env:esp8266]
|
|
platform = espressif8266
|
|
board = nodemcu
|
|
board_build.ldscript =eagle.flash.1m.ld |