Change references to snuffelaar to operame

Snuffelaar is a different project, where I originally copied the .ini from :)
This commit is contained in:
Juerd Waalboer 2020-11-27 04:01:21 +01:00
parent a4b25ea7e1
commit 5c7bb23f80
1 changed files with 2 additions and 2 deletions

View File

@ -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