Extend pin mapping name to 63 characters

This commit is contained in:
Thomas Basler 2023-01-20 17:50:13 +01:00
parent e0712ed7bc
commit 2288a193e7

View File

@ -27,7 +27,7 @@
#define CHAN_MAX_NAME_STRLEN 31
#define DEV_MAX_MAPPING_NAME_STRLEN 31
#define DEV_MAX_MAPPING_NAME_STRLEN 63
#define JSON_BUFFER_SIZE 6144