diff Discovery/Src/base.c @ 745:b392524753fb

Update Sentinel protocol: The Sentinel protocol is now supported by autodetection. Added Autodetection indicator: In the previous version no indicator showed that an auto detection is running. A new pseudo sensor type has been introduced which now causes the auto detection string to be displayed while the detection is running in the background.
author Ideenmodellierer
date Sun, 19 Feb 2023 21:52:02 +0100
parents 5078da3845c0
children da8126d5ea9f
line wrap: on
line diff
--- a/Discovery/Src/base.c	Sun Feb 19 21:51:19 2023 +0100
+++ b/Discovery/Src/base.c	Sun Feb 19 21:52:02 2023 +0100
@@ -730,9 +730,6 @@
 {
 	static uint32_t lastInput = 0;
 	uint8_t action = ButtonAction;
-	SStateList status;
-	SSettings* pSettings;
-	pSettings = settingsGetPointer();
 
 	if(action != ACTION_END)
 	{