mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-10 12:29:56 +00:00
make rssi web page text really big for small phone screens.
This commit is contained in:
parent
66956d84ce
commit
b9c924c5fe
@ -528,8 +528,8 @@ int rhizome_server_parse_http_request(rhizome_http_request *r)
|
||||
char temp[8192];
|
||||
snprintf(temp,8192,
|
||||
"<head><meta http-equiv=\"refresh\" content=\"5\" >"
|
||||
"</head><html>Radio link margin = %+ddB<br>"
|
||||
"Radio temperature = %d°C</html>\n",
|
||||
"</head><html><h1>Radio link margin = %+ddB<br>"
|
||||
"Radio temperature = %d°C</h1></html>\n",
|
||||
last_radio_rssi,last_radio_temperature);
|
||||
rhizome_server_simple_http_response(r, 200, temp);
|
||||
} else if (strcmp(path, "/rhizome/groups") == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user