Fixed AP version for U6-IW -> now up-to date #13
+1
-1
@@ -546,7 +546,7 @@ static char *build_payload(const openuf_state_t *st,
|
|||||||
json_object_object_add(root, "bootrom_version",
|
json_object_object_add(root, "bootrom_version",
|
||||||
json_object_new_string("openuf-v0.4"));
|
json_object_new_string("openuf-v0.4"));
|
||||||
json_object_object_add(root, "required_version",
|
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_object_add(root, "ip",
|
||||||
json_object_new_string(st->ip));
|
json_object_new_string(st->ip));
|
||||||
json_object_object_add(root, "hostname",
|
json_object_object_add(root, "hostname",
|
||||||
|
|||||||
Reference in New Issue
Block a user