Skip to content

Commit 1322a9d

Browse files
committed
fix espota.py help
1 parent 90fc4f9 commit 1322a9d

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)