Skip to content

Commit 17e7893

Browse files
committed
Merge pull request #941 from pgollor/pgollor-patch-1
fix espota.py help
2 parents 21e179c + 1322a9d commit 17e7893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/espota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This script will push an OTA update to the ESP
99
# use it like: python espota.py -i <ESP_IP_address> -p <ESP_port> -f <sketch.bin>
1010
# Or to upload SPIFFS image:
11-
# python espota.py -i <ESP_IP_address> -p <ESP_port> -s <spiffs.bin>
11+
# python espota.py -i <ESP_IP_address> -p <ESP_port> -s -f <spiffs.bin>
1212
#
1313
# Changes
1414
# 2015-09-18:

0 commit comments

Comments
 (0)