From 4975771f2877d7be0fb9c0abe1cfd9f1475aa45b Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 18 May 2024 09:32:18 +0200 Subject: [PATCH] add comment --- scripts/upload.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/upload.py b/scripts/upload.py index 61fff81bf..80cc693ca 100644 --- a/scripts/upload.py +++ b/scripts/upload.py @@ -5,12 +5,14 @@ # To use create a pio_local.ini file in the project root and add the following: # [env] # upload_protocol = custom -# custom_emsesp_ip = 10.10.10.173 +# custom_emsesp_ip = ems-esp.local # custom_username = admin # custom_password = admin # # and # extra_scripts = scripts/upload.py +# +# This only works when the PlatformIO target is upload import requests import hashlib