Support ESP8266
- 1.0.4 (2018-03-07)
- Support ESP8266.
- Split
loop()
inStopwatch.ino
into inner and outer loops, to
allowloop()
to return periodically. - Perform manual testing, since ArduinoUnit does not work on ESP8266.
- Split
- Optimize
check()
so thatcheckOrphanedClick()
is called only when
needed. - README.md: add benchmark numbers for ESP8266, fix typos.
- Fix various compiler warnings about unused variables.
- Support ESP8266.