Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SimedruF/c20693c3d24d5a680935c70b2b040ead to your computer and use it in GitHub Desktop.
Save SimedruF/c20693c3d24d5a680935c70b2b040ead to your computer and use it in GitHub Desktop.
platform_OpenMQTTGateway_RelayControl.ini
[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