69 Commits

Author SHA1 Message Date
4cf49eac1d Updated to new esp-idf 2023-02-27 17:27:07 +01:00
00fa5ec601 Fixed warnings 2022-09-07 17:56:30 +02:00
35e3a49a33 Remove from and to hex string conversions 2022-06-30 04:46:54 +02:00
b6568c88dd Add strange linker hack to fix asio 2022-06-30 01:34:41 +02:00
d811b9e470 Fix to compile under cpp23 again successfully 2022-06-22 14:54:30 +02:00
a155041878 Updated to newest IDF with new GCC 2022-06-13 20:35:35 +02:00
39a6c64439 Add missing header 2022-05-12 14:45:01 +02:00
ed0c502249 Remove IMPLEMENT_TYPESAFE_ENUM 2022-04-09 18:07:12 +02:00
07594420e9 Changes needed to compile again with new idf 2022-03-17 14:45:44 +01:00
1f56df8d7d Add new websocket client methods for get/set ping interval 2022-03-01 22:22:35 +01:00
247f89af97 New micros clock 2022-01-19 18:21:02 +01:00
4d36c0a994 Removed shitty sodium fromHex parse function 2022-01-12 01:22:00 +01:00
390f34249d Added support for old and new IDF 2022-01-03 17:17:19 +01:00
5ade7d0292 Fixes for new idf 2021-12-14 19:27:47 +01:00
dc162842bb Added wrapper method for esp_http_client_set_timeout_ms() 2021-12-06 18:14:17 +01:00
f96edeec6a Added from hex converters 2021-11-04 01:41:07 +01:00
850a42adc4 Fixed missing include 2021-11-01 20:42:24 +01:00
3a3e4bc044 Added toString() for esp_reset_reason_t 2021-10-18 16:54:27 +02:00
234dbb23fb Fixed missing include in futurecpp 2021-09-18 17:58:57 +02:00
6274c103b4 Fixed compiler warning 2021-09-16 17:43:46 +02:00
7a4ebc5f4a Removed log output 2021-09-16 16:28:17 +02:00
1e0af13a52 Added toHexString() 2021-09-08 01:48:20 +02:00
b8097c25d6 Fixed recursive LockHelper 2021-09-06 17:47:54 +02:00
6cd32b5193 Removed randomString() 2021-09-05 21:08:10 +02:00
a6ed293eab Added toString() for sntp_sync_status_t 2021-08-11 23:29:27 +02:00
3195a3e590 Added SchedulerTask 2021-08-09 16:38:13 +02:00
a6deb67f6d Added toString() for log type and added delay() 2021-08-09 16:15:57 +02:00
1ef4a9ea56 Removed httpd utilities 2021-08-06 17:11:04 +02:00
0b9e04db92 Fixed unique symbol name for result inside macro 2021-08-06 17:10:51 +02:00
78fa43edcf added strutil to verify urls 2021-08-04 22:09:58 +02:00
fc2eb3718d added expected and fmt for cleaner code/interfaces 2021-08-01 21:43:12 +02:00
3a350f1189 Added futurecpp.h 2021-07-17 18:09:53 +02:00
3dc1efd38d Added espcppmacros.h 2021-07-15 17:04:35 +02:00
98a78a708a added urldecode() 2021-07-15 17:04:27 +02:00
a504262f39 Retry lock when failed and portMAX_DELAY 2021-06-17 14:37:13 +02:00
e46e0dd33b Added opcodeToString() 2021-05-31 22:34:40 +02:00
5b052db507 CMakeLists.txt formatting 2021-05-26 02:43:23 +02:00
51c37fb8c5 Fixed bug with incorrect size after queue clear and moved destruction of queue out of locking time 2021-05-12 20:37:52 +02:00
60286e30ee Lock helpers improvements 2021-05-04 04:43:29 +02:00
1cc4285a6b Added mqtt_client 2021-04-26 13:56:16 +02:00
07837be0d2 Optional dependencies 2021-04-26 12:39:10 +02:00
bf341edf53 Removed espchrono_impl.cpp 2021-04-15 21:44:57 +02:00
5e7f5775ee Made http_client movable and added missing APIs 2021-04-15 21:07:14 +02:00
d8af81ddd9 Added espstrutils 2021-04-07 22:22:55 +02:00
a00a39a8f4 Moved things into new wifi stack submodule 2021-04-05 21:23:22 +02:00
854adc59b7 Fixed clear() 2021-02-28 20:37:23 +01:00
0b9e5dc550 Add espchrono and tickchrono implementations 2021-02-24 17:57:03 +01:00
212b12e403 Added espnetworkutils 2021-02-24 13:21:49 +01:00
81700c2bcc Added espcrc32builder.h 2021-02-22 03:47:55 +01:00
7d244dacd0 Added missing methods 2021-02-21 00:28:46 +01:00