mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
update espota.py help and add chipd id to hostname from OTA-mDNS-SPIFFS example for better identification
This commit is contained in:
@ -123,7 +123,7 @@ def parser():
|
||||
group.add_option("-p", "--port",
|
||||
dest = "esp_port",
|
||||
type = "int",
|
||||
help = "ESP8266 ota Port.",
|
||||
help = "ESP8266 ota Port. Default 8266",
|
||||
default = 8266
|
||||
)
|
||||
parser.add_option_group(group)
|
||||
|
Reference in New Issue
Block a user