We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fc4f9 commit 1322a9dCopy full SHA for 1322a9d
tools/espota.py
@@ -8,7 +8,7 @@
8
# This script will push an OTA update to the ESP
9
# use it like: python espota.py -i <ESP_IP_address> -p <ESP_port> -f <sketch.bin>
10
# Or to upload SPIFFS image:
11
-# 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>
12
#
13
# Changes
14
# 2015-09-18:
0 commit comments