25 Commits

Author SHA1 Message Date
379533571f Updated to new esp-idf 2023-02-27 17:27:05 +01:00
fab6ebf0b4 Add support for int and unsigned int types 2022-12-19 14:10:19 +01:00
5fb2ec097a Add StringOr and StringAnd with 3 constraints 2022-10-25 18:55:34 +02:00
64af48aca0 Add configs.loadFromFlash to reinit 2022-10-05 21:36:47 +02:00
ffc08df339 Fixed warnings 2022-10-05 21:36:42 +02:00
931c6d9f5d Fixed OneOf config check 2022-10-05 21:36:36 +02:00
6129681a6d Fix missing dependency nvs_flash 2022-09-17 22:14:48 +02:00
c12f6fa3a8 Fix to compile under cpp23 again successfully 2022-06-22 14:54:10 +02:00
3ca0eb09d6 Updated to newest IDF with new GCC 2022-06-13 20:35:20 +02:00
48ed9602b8 Add MinMaxValue with runtime parameters 2022-05-06 14:15:25 +02:00
192eebf43f Remove unused type usings 2022-04-26 16:09:35 +02:00
086eaa9be4 More virtual 2022-04-26 15:22:09 +02:00
2ec9d89594 save memory by moving allowReset and nvsName into vtable 2022-04-20 17:42:31 +02:00
50d24f0d25 Remove const ref value to save memory 2022-04-20 12:07:15 +02:00
fdb4ef6dbf Fixed possible stack overflow and improved config registering 2022-01-26 17:15:02 +01:00
ae5ee03396 New micros clock 2022-01-19 18:20:46 +01:00
0b138ba5b7 Reinit keys if corrupted 2021-11-29 20:07:08 +01:00
7d7aea5dc6 Fixed compilation 2021-11-04 01:43:36 +01:00
6c79bf7fee Cleanups 2021-11-01 22:21:08 +01:00
1930963d50 Fixed compiler warning 2021-10-28 04:04:45 +02:00
f9e98a364a Added support for wifi_auth_mode_t 2021-10-28 02:47:43 +02:00
b3c0fece28 add support for mac_t and optional<mac_t> 2021-10-27 22:15:29 +02:00
8af9f032cc Fixed namespace issues 2021-10-03 18:38:40 +02:00
08e62500ea Initial code import 2021-10-03 17:51:12 +02:00
c2deb42b10 Initial commit 2021-10-03 17:47:26 +02:00