From b9c924c5fe8ab0c712c2190394e0e83f0a56b871 Mon Sep 17 00:00:00 2001 From: gardners Date: Fri, 15 Feb 2013 15:30:31 +1030 Subject: [PATCH] make rssi web page text really big for small phone screens. --- rhizome_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhizome_http.c b/rhizome_http.c index 61d94265..30633893 100644 --- a/rhizome_http.c +++ b/rhizome_http.c @@ -528,8 +528,8 @@ int rhizome_server_parse_http_request(rhizome_http_request *r) char temp[8192]; snprintf(temp,8192, "" - "Radio link margin = %+ddB
" - "Radio temperature = %d°C\n", + "

Radio link margin = %+ddB
" + "Radio temperature = %d°C

\n", last_radio_rssi,last_radio_temperature); rhizome_server_simple_http_response(r, 200, temp); } else if (strcmp(path, "/rhizome/groups") == 0) {