diff --git a/platformio.ini b/platformio.ini index 9345c7e..df89c22 100644 --- a/platformio.ini +++ b/platformio.ini @@ -53,7 +53,7 @@ upload_protocol = esptool [env:ota] upload_protocol = espota -upload_port = snuffelaar-HEX_HERE.local +upload_port = operame-HEX_HERE.local upload_flags = --port=3232 --auth=PASSWORD_HERE @@ -62,4 +62,4 @@ upload_flags = ; file. ; Just copy the [env:ota] section to a new file called platformio-NAME.ini ; and change [env:ota] to [env:NAME]. You can use this to OTA-update multiple -; Snuffelaars with a single command: pio run -t upload -e NAME -e NAME -e NAME +; Operames with a single command: pio run -t upload -e NAME -e NAME -e NAME