/* handle status web page */ #include "options.h" #include #include "version.h" #include #include "status.h" #include "util.h" extern ODID_UAS_Data UAS_data; typedef struct { String name; String value; } json_table_t; static String escape_string(String s) { s.replace("\"", ""); return s; } /* create a json string from a table */ static String json_format(const json_table_t *table, uint8_t n) { String s = "{"; for (uint8_t i=0; i