1
0
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:
Pascal Gollor
2015-09-28 17:19:42 +02:00
parent ec1c43b5f7
commit 093cb1b081
2 changed files with 8 additions and 4 deletions

View File

@ -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)