From 855b282c546a28d89a7a215fc1d7782ff2f03dad Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 13 Jul 2026 08:52:17 +0100 Subject: [PATCH] Fixed AP version for U6-IW -> now up-to date (#13) Reviewed-on: https://git.ascheu.de/Koda/OpenUniFi/pulls/13 Co-authored-by: Finn Co-committed-by: Finn --- src/inform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inform.c b/src/inform.c index c27efec..6e6d435 100644 --- a/src/inform.c +++ b/src/inform.c @@ -546,7 +546,7 @@ static char *build_payload(const openuf_state_t *st, json_object_object_add(root, "bootrom_version", json_object_new_string("openuf-v0.4")); json_object_object_add(root, "required_version", - json_object_new_string("2.4.4")); + json_object_new_string("9.0.114")); json_object_object_add(root, "ip", json_object_new_string(st->ip)); json_object_object_add(root, "hostname",