added tone request gateway before actually swithcing the pin

This commit is contained in:
Flo
2025-12-08 19:24:47 +01:00
commit f0e8b49854
68 changed files with 11057 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
* UpdateHandler.h
*
* Created on: 04.08.2023
* Author: flori
*/
#ifndef UPDATEHANDLER_H_
#define UPDATEHANDLER_H_
void UpdateHandler(void);
#endif /* UPDATEHANDLER_H_ */