separate application logic
by Librae 9 years 2 months
9f86cf46
check wifi status while keep trying mqtt conn
by Librae 9 years 2 months
0dfc63e9
html: submit ssid/psk only if ssid is valid
by Librae 9 years 2 months
533b3640
dns: only capture linkgo.io
by Librae 9 years 2 months
9f2b9cfb
try to minify html if possible
by Librae 9 years 2 months
91c051cc
only keep .ttf fonts, remove woff/woff2, speed up
by Librae 9 years 2 months
f77da812
apply fonts and refine charset for page loading
by Librae 9 years 2 months
apply fonts and refine charset for page loading

1. make use of base64 to embed inline fonts.
$ base64 quicksand-v5-latin-regular.woff2 > base64.txt
2. add charset to avoid sluggish page reload.
5e188ffd
refine wifi connection web
by roybein 9 years 2 months
refine wifi connection web

1.display button inline-block
c4361391
update fs make
by roybein 9 years 2 months
update fs make

1.add index.html in fs/src
2.use script to make fs including index.html
28d9796d
update wifi connection web
by roybein 9 years 2 months
update wifi connection web

1.integrated with semantic ui submodule.
2.use dropdown to select SSID.
3.offer scan button and show status.
3370531f
Report a bug