From 85da95469057e44bc35b40b43c985657297f03cc Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 11 Jul 2024 16:19:20 +0200 Subject: [PATCH] remove ota config that i used --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 03327ec10..bf3ac8ec6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -50,10 +50,10 @@ build_unflags = -Os -std=gnu++11 ; If you want to enable OTA Updates, uncomment and set OTA password here and in credentials.h ; You can set upload_port to device's ip after it's set up for the first time ; Use the same password in SlimeVR Server to let it OTA Update the device -upload_protocol = espota -upload_port = 192.168.1.79 -upload_flags = - --auth=SlimeVR-OTA +;upload_protocol = espota +;upload_port = 192.168.1.49 +;upload_flags = +; --auth=SlimeVR-OTA ; Settings for different boards