Created
May 20, 2022 08:53
-
-
Save SimedruF/c20693c3d24d5a680935c70b2b040ead to your computer and use it in GitHub Desktop.
platform_OpenMQTTGateway_RelayControl.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[env:esp32_relayONOFF-basic] | |
platform = ${com.esp32_platform} | |
board = esp32dev | |
upload_speed = 115200 | |
board_build.partitions = min_spiffs.csv | |
lib_deps = | |
${com-esp.lib_deps} | |
${libraries.wifimanager32} | |
build_flags = | |
${com-esp.build_flags} | |
'-DGateway_Name="OpenMQTTGateway_RelayControl"' | |
'-DZactuatorONOFF="ONOFF"' | |
board_build.flash_mode = dout | |
upload_port = COM3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment