staticconstchar*cfgSD_KEY[]={//Keep this in lexicographical order for better search performance(O(Nlog2(N)) insted of O(N*N)) (if you don't keep this sorted, the algorithm for find the key index won't work, keep attention.)
staticconstchar*cfgSD_KEY[]={//Keep this in lexicographical order for better search performance(O(Nlog2(N)) insted of O(N*N)) (if you don't keep this sorted, the algorithm for find the key index won't work, keep attention.)
#if HAS_POWER_CONSUMPTION_SENSOR
#if HAS(POWER_CONSUMPTION_SENSOR)
"PWR",
"PWR",
#endif
#endif
"TME",
"TME",
};
};
enumcfgSD_ENUM{//This need to be in the same order as cfgSD_KEY
enumcfgSD_ENUM{//This need to be in the same order as cfgSD_KEY