Skip to content

Commit

Permalink
Update SensorsCallbacks.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Jun 9, 2024
1 parent 73101d9 commit 7ba6bd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions silabs_examples/silabs-sensors/include/SensorsCallbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ enum CurrentSensorEnum
OccupancySensor = 0,
TemperatureSensor = 1,
ContactSensor = 2,
StatusScreen = 3,
WaterLeakDetector = 3,
StatusScreen = 4,
#ifdef QR_CODE_ENABLED
QrCode = 4,
QrCode = 5,
#endif
InvalidSensor = 5
InvalidSensor = 6
};


Expand Down

0 comments on commit 7ba6bd9

Please sign in to comment.