Readme update
This commit is contained in:
@@ -12,6 +12,8 @@ The Good (aka: what's awesome)
|
|||||||
- Static files stored in flash, in an (optionally compressed) RO filesystem
|
- Static files stored in flash, in an (optionally compressed) RO filesystem
|
||||||
- Pluggable using external cgi routines
|
- Pluggable using external cgi routines
|
||||||
- Simple template engine for mixed c and html things
|
- Simple template engine for mixed c and html things
|
||||||
|
- Usable as an embedded library - should be easy to drop into your existing projects
|
||||||
|
- Includes websocket support
|
||||||
|
|
||||||
The Bad (aka: what can be improved)
|
The Bad (aka: what can be improved)
|
||||||
- Not built for speediness, although it's reasonable fast.
|
- Not built for speediness, although it's reasonable fast.
|
||||||
|
|||||||
@@ -46,6 +46,6 @@ void ioInit() {
|
|||||||
gpio_output_set(0, 0, (1<<LEDGPIO), (1<<BTNGPIO));
|
gpio_output_set(0, 0, (1<<LEDGPIO), (1<<BTNGPIO));
|
||||||
os_timer_disarm(&resetBtntimer);
|
os_timer_disarm(&resetBtntimer);
|
||||||
os_timer_setfn(&resetBtntimer, resetBtnTimerCb, NULL);
|
os_timer_setfn(&resetBtntimer, resetBtnTimerCb, NULL);
|
||||||
os_timer_arm(&resetBtntimer, 500, 1);
|
// os_timer_arm(&resetBtntimer, 500, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user