Commit Graph

9 Commits

Author SHA1 Message Date
Richard Harman
fdbf665cfc fix line endings 2022-05-29 09:32:14 -04:00
openshwprojects
6f58f0631a fix strcat safe being too safe 2022-05-21 19:33:37 +02:00
openshwprojects
ef1b6fce88 low/mid/hi channel type for fan 2022-05-07 15:01:29 +02:00
openshwprojects
4db367c09d added console command to set arbitrary GET request to any server, but dont use it yet, because it seems there is a 88 bytes memory leak somewhere in the http client library (it also happens once when doing OTA but then device restarts so no one cares) 2022-04-27 14:47:08 +02:00
openshwprojects
eeba31415f 2KB main config structure (NET_PARAM is 4096 so 2048 bytes left free) 2022-04-17 00:30:45 +02:00
openshwprojects
7ffa51c003 clear up reduntant headers 2022-04-15 20:49:49 +02:00
btsimonh
b270292567 for the _safe functions, all of them could add a 0 beyond the maxlen.
now all check for maxlen-1, and add the zero in the last byte of the buffer on overrun.
2022-03-20 08:34:31 +00:00
btsimonh
e370b47f41 fix some warnings 2022-02-02 09:14:45 +00:00
openshwprojects
75b5a25725 initial commit - special thx for btsimonh for OTA work, SDK clear up and reorganization 2022-01-31 20:22:22 +01:00