mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-31 19:19:08 +03:00
comments changed
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
# Modified from https://github.com/ayushsharma82/ElegantOTA
|
# Modified from https://github.com/ayushsharma82/ElegantOTA
|
||||||
|
#
|
||||||
# This is called during the platformIO upload process
|
# This is called during the PlatformIO upload process, when the target is 'upload'.
|
||||||
|
# Use the file upload_cli.py for manual uploads outside PIO.
|
||||||
|
#
|
||||||
# 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
|
||||||
@@ -12,7 +14,6 @@
|
|||||||
# 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