Commit Graph

44 Commits

Author SHA1 Message Date
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
dd27a681f5 Removed http_client::zeroInitializedConfig() to avoid warnings 2021-02-09 18:16:56 +01:00
62814ea4d4 Moved createTask into own .cpp file to avoid warnings 2021-02-09 18:16:31 +01:00
8448969a1a Fixed bug 2021-02-04 23:39:12 +01:00
c8ee442f5d Added AsyncUdpListener and taskutils 2021-02-04 12:42:43 +01:00
539c2d6937 Fixed compiling again 2021-02-04 12:10:41 +01:00
14d015052d Added queue wrapper 2021-02-04 11:56:26 +01:00
dc67f5661b Fixed bug 2021-02-04 06:16:10 +01:00
471b524df2 Made this lib compatible with esp-idf components system 2021-02-04 01:57:20 +01:00
1c7e556e7e random source now correct interface (static) 2021-02-02 23:16:31 +01:00
41942d9120 Introduced esprandom 2021-02-01 17:13:57 +01:00
635ad7ffb2 Added utility to generate random strings 2021-01-31 21:36:01 +01:00
f6fb251d98 Added is_in 2021-01-29 15:54:18 +01:00
418cf896e3 enum helper methods in cpp file 2021-01-23 02:06:44 +01:00
4c13cfd4e8 New literals and removed wifi related stuff 2021-01-21 23:12:44 +01:00
e9a078d813 LockingQueue now uses std::queue 2021-01-08 02:36:01 +01:00
3423f5023f More utils 2021-01-05 17:08:33 +01:00
9cd9b64c0e Added lots of new utilities 2021-01-04 20:11:38 +01:00
7bcffb0253 Initial commit with refactored sources from goe charger source code 2021-01-02 18:55:44 +01:00
0242257b9b Initial commit 2021-01-02 18:05:36 +01:00