Commit Graph

14 Commits

Author SHA1 Message Date
50710b7f8a rename "test_strdup" to "strdup" and use it as our main strdup, the strdup from compiler is buggy for some reasons, I just had it crash on BL602 as well. Also enable sprintf etc etc lightweight verrsions... 2022-11-02 18:51:21 +01:00
6516205d37 Chore: replace many sprintf with snprintf. Only one was doubtful - 5 x %f into a small string? 2022-10-25 06:19:23 +01:00
f156c5fecd fix EOL whitespace 2022-05-29 09:32:47 -04:00
fdbf665cfc fix line endings 2022-05-29 09:32:14 -04:00
293b6f3ad0 fix: BL602 compile fixes 2022-05-16 10:41:10 +00:00
e95d4695e0 introduce command flags system, mark command sources, warning fixes 2022-05-05 23:04:18 +02:00
6b3034e3f2 HTTPCLIENT_MAX_HOST_LEN 128 2022-04-28 13:09:14 +02:00
ac773457e8 socket work around for freeing memory - we need a better fix 2022-04-27 20:02:50 +02:00
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
74dd043486 only rename http client functions so they dont collide with LWIP #define s 2022-04-27 11:41:00 +02:00
dd25a5a993 Logging update to include level and feature codes. 2022-02-10 21:07:38 +00:00
80e8e7f13a All warnings eliminated, 1 bug sorted. 2022-02-02 17:34:03 +00:00
e370b47f41 fix some warnings 2022-02-02 09:14:45 +00:00
75b5a25725 initial commit - special thx for btsimonh for OTA work, SDK clear up and reorganization 2022-01-31 20:22:22 +01:00