rename some funcs related to settings, preparing to add commands for reading and writing the ini file.

This commit is contained in:
2017-12-24 22:12:42 +01:00
parent ad2e19d4fe
commit cc0bf107f0
11 changed files with 74 additions and 49 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ typedef uint8_t TF_COUNT;
// Frame ID listeners (wait for response / multi-part message)
#define TF_MAX_ID_LST 4
// Frame Type listeners (wait for frame with a specific first payload byte)
#define TF_MAX_TYPE_LST 4
#define TF_MAX_TYPE_LST 5
// Generic listeners (fallback if no other listener catches it)
#define TF_MAX_GEN_LST 1