pls no pull OTA lib
Some checks failed
Test compiling project / test (push) Failing after 1m32s

This commit is contained in:
2025-02-09 18:37:39 +01:00
parent 1f048db3ce
commit 97df35840a
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,6 @@ lib_deps =
bblanchon/ArduinoJson@^6.21.3
ArduinoLog
upload_protocol = espota
upload_port = 192.168.5.181
upload_port = 192.168.5.242
lib_extra_dirs = libs
build_flags = -Wall -Wextra

View File

@@ -25,6 +25,7 @@
#include <Preferences.h>
#include "networking/json_builder.h"
#include "networking/responses.h"
#include <ESP32OTAPull.h>
Preferences prefs;