From ed50160c841d96fda7179df5caa279d85d041a06 Mon Sep 17 00:00:00 2001 From: Finn Date: Sun, 12 Jul 2026 22:08:05 +0000 Subject: [PATCH] Fixed AP version for U6-IW -> now up-to date --- 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", -- 2.54.0