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

fix espota.py help

This commit is contained in:
pgollor 2015-10-30 00:47:55 +01:00
parent 90fc4f975b
commit 1322a9df23

View File

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