Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
efcf6a1631
Added the documentation files about the W800 SOC with their english versions (Thx GoogleTranslate), added the datasheets of the selected sensors and finally added the screen + touch panel datasheets
b8ed71c6ea
Chose which sensors to use and why, along with their i2c addresses to spot any possible conflicts
0f68644064
Added full HTTP cookie support to the WEBServer, did some cleanup and refactoring around the HTTP Header Parsing algorithm to ease the cookie parser implementation
c9ead83204
Renamed the sendHTTPHeader method to sendHTTPResponse because it is clearer, this method is also not static anymore, added new methods to the WEBServer api to allow user defined http headers.