Skip to content

Commit

Permalink
more web page tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed May 24, 2015
1 parent c55485c commit 6edc289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ body {

h1 {
margin-top: 0;
font-size: 2.4em;
font-size: 36pt;
}
h1 .esp {
font-size: 3em;
font-size: 48pt;
}

#topnav {
Expand Down
1 change: 1 addition & 0 deletions user/cgiwifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ void ICACHE_FLASH_ATTR wifiScanDoneCb(void *arg, STATUS status) {
cgiWifiAps.apData[n]->rssi=bss_link->rssi;
cgiWifiAps.apData[n]->enc=bss_link->authmode;
strncpy(cgiWifiAps.apData[n]->ssid, (char*)bss_link->ssid, 32);
os_printf("bss%d: %s (%d)\n", n+1, (char*)bss_link->ssid, bss_link->rssi);

bss_link = bss_link->next.stqe_next;
n++;
Expand Down

0 comments on commit 6edc289

Please sign in to comment.