mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add comment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user