Re-gen package.json to fix sideload error

This commit is contained in:
2026-04-11 23:32:24 -04:00
parent fab03edcb1
commit bd9c484ff6
2 changed files with 13 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ static void update_result_text(void) {
snprintf(
s_result_text,
sizeof(s_result_text),
"CIDR: /%d\nMask: %s\nUsable hosts: %llu",
"CIDR: /%d\nMask: %s\nUsable Hosts: %llu",
s_current_prefix,
mask_text,
usable_hosts);