From 9356c02b4dbacf4b6f56e47cb4eff60a220f2803 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Thu, 26 Apr 2018 10:12:44 +0200 Subject: [PATCH] Set default upload port to serial --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index e37162bf1..5ac5a1941 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,15 +62,15 @@ monitor_baud = 115200 ;upload_speed = 115200 upload_speed = 512000 upload_resetmethod = nodemcu -;upload_port = COM5 +upload_port = COM5 ; *** Upload file to OTA server using SCP ;upload_port = user@host:/path ;extra_scripts = pio/strip-floats.py, pio/sftp-uploader.py ; *** Upload file to OTA server using HTTP -upload_port = domus1:80/api/upload-arduino.php -extra_scripts = pio/strip-floats.py, pio/http-uploader.py +;upload_port = domus1:80/api/upload-arduino.php +;extra_scripts = pio/strip-floats.py, pio/http-uploader.py ; *********************************************************************