From abf4376d2017c310ea16d8574ffa273bbb2f0935 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 13 Dec 2015 22:09:50 +0200 Subject: [PATCH] Add example with upload_port=IP_ADDRESS for OTA --- docs/projectconf.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/projectconf.rst b/docs/projectconf.rst index abf14071..da086d04 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -196,6 +196,7 @@ This option is used by "uploader" tool when sending firmware to board via * ``/dev/ttyUSB0`` - Unix-based OS * ``COM3`` - Windows OS +* ``192.168.0.13`` - IP address when using OTA If ``upload_port`` isn't specified, then *PlatformIO* will try to detect it automatically.