sensor index length
This commit is contained in:
parent
270806e5fa
commit
3a55104f55
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ struct Sensor_Index {
|
||||||
//byte max;
|
//byte max;
|
||||||
};
|
};
|
||||||
|
|
||||||
const byte SensorIndex_length = 4;
|
const byte SensorIndex_length = 2;
|
||||||
Sensor_Index SensorIndex[] {
|
Sensor_Index SensorIndex[] {
|
||||||
// 0 is for unset in config
|
// 0 is for unset in config
|
||||||
{ "unset", {
|
{ "unset", {
|
||||||
|
|
Loading…
Reference in a new issue