add comment

This commit is contained in:
proddy
2024-05-18 09:32:18 +02:00
parent dd7456cdd5
commit 4975771f28

View File

@@ -5,12 +5,14 @@
# To use create a pio_local.ini file in the project root and add the following: # To use create a pio_local.ini file in the project root and add the following:
# [env] # [env]
# upload_protocol = custom # upload_protocol = custom
# custom_emsesp_ip = 10.10.10.173 # custom_emsesp_ip = ems-esp.local
# custom_username = admin # custom_username = admin
# custom_password = admin # custom_password = admin
# #
# and # and
# extra_scripts = scripts/upload.py # extra_scripts = scripts/upload.py
#
# This only works when the PlatformIO target is upload
import requests import requests
import hashlib import hashlib