From 5c7bb23f80bbe0032c6f2d01caa34eec2c2d89de Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Fri, 27 Nov 2020 04:01:21 +0100 Subject: [PATCH] Change references to snuffelaar to operame Snuffelaar is a different project, where I originally copied the .ini from :) --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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