Readme update

pull/30/head
Jeroen Domburg 9 years ago
parent fa39d8d77f
commit 1a565744b7
  1. 2
      README.md
  2. 2
      user/io.c

@ -12,6 +12,8 @@ The Good (aka: what's awesome)
- Static files stored in flash, in an (optionally compressed) RO filesystem
- Pluggable using external cgi routines
- 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)
- Not built for speediness, although it's reasonable fast.

@ -46,6 +46,6 @@ void ioInit() {
gpio_output_set(0, 0, (1<<LEDGPIO), (1<<BTNGPIO));
os_timer_disarm(&resetBtntimer);
os_timer_setfn(&resetBtntimer, resetBtnTimerCb, NULL);
os_timer_arm(&resetBtntimer, 500, 1);
// os_timer_arm(&resetBtntimer, 500, 1);
}

Loading…
Cancel
Save