1
0
mirror of https://github.com/revspace/operame synced 2024-12-04 21:57:30 +00:00

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

View File

@ -53,7 +53,7 @@ upload_protocol = esptool
[env:ota] [env:ota]
upload_protocol = espota upload_protocol = espota
upload_port = snuffelaar-HEX_HERE.local upload_port = operame-HEX_HERE.local
upload_flags = upload_flags =
--port=3232 --port=3232
--auth=PASSWORD_HERE --auth=PASSWORD_HERE
@ -62,4 +62,4 @@ upload_flags =
; file. ; file.
; Just copy the [env:ota] section to a new file called platformio-NAME.ini ; 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 ; 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