Skip to content

Commit

Permalink
remove ota config that i used
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Jul 11, 2024
1 parent 3da4427 commit 85da954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85da954

Please sign in to comment.