Files
platformio_fensterpiepser_e…/src/UpdateHandler.h
T

16 lines
204 B
C
Raw Normal View History

2026-05-07 09:00:36 +02:00
/*
* UpdateHandler.h
*
* Created on: 04.08.2023
* Author: flori
*/
#ifndef UPDATEHANDLER_H_
#define UPDATEHANDLER_H_
void UpdateHandler(void);
#endif /* UPDATEHANDLER_H_ */