When flight mode has been turned on, the "IP" column in "Misc" page will show "0.0.0.127", which is in reverse. https://github.com/joel16/SwitchIdent/blob/26f850f334033a527d66e13774e10487a0d2f51a/source/menus.c#L121 Not sure if the problem is in `gethostname(char[] hostname, int hostname_size)`.
When flight mode has been turned on, the "IP" column in "Misc" page will show "0.0.0.127", which is in reverse.
SwitchIdent/source/menus.c
Line 121 in 26f850f
Not sure if the problem is in
gethostname(char[] hostname, int hostname_size).