1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Merge pull request #941 from pgollor/pgollor-patch-1

fix espota.py help
This commit is contained in:
Ivan Grokhotkov 2015-10-30 10:09:12 +03:00
commit 17e7893157

View File

@ -8,7 +8,7 @@
# This script will push an OTA update to the ESP
# use it like: python espota.py -i <ESP_IP_address> -p <ESP_port> -f <sketch.bin>
# Or to upload SPIFFS image:
# python espota.py -i <ESP_IP_address> -p <ESP_port> -s <spiffs.bin>
# python espota.py -i <ESP_IP_address> -p <ESP_port> -s -f <spiffs.bin>
#
# Changes
# 2015-09-18: