From 2443807fdc363aea819ebe52b2261d545bc460f6 Mon Sep 17 00:00:00 2001 From: Xavier MULLER <33861984+localhost61@users.noreply.github.com> Date: Sun, 6 Oct 2019 10:44:50 +0200 Subject: [PATCH] Updated Python HTTP OTA Server (markdown) --- Python-HTTP-OTA-Server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python-HTTP-OTA-Server.md b/Python-HTTP-OTA-Server.md index d3a3cd48..02d56474 100644 --- a/Python-HTTP-OTA-Server.md +++ b/Python-HTTP-OTA-Server.md @@ -124,6 +124,8 @@ Login as root in a Terminal session and enter: ``` if you recognize the IP of your server on the last status line, it should be OK now... OTA service restored! +- PlatformIO + Now if you want PlatformIO to be able to upload your compiled binaries to the local server, you'll still have to setup `ssh` with `ssh-keygen` in order to use the Tasmota script `pio/sftp-uploader.py` without password.