From ddd05b2c7e4b5c9f95f913b5ca24be9edc5bd7bb Mon Sep 17 00:00:00 2001 From: MDC Service Date: Wed, 25 May 2022 13:07:19 +0200 Subject: replace files with copyright header and Doxygen comments --- software/main/config.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 software/main/config.h (limited to 'software/main/config.h') diff --git a/software/main/config.h b/software/main/config.h deleted file mode 100644 index fe5c896..0000000 --- a/software/main/config.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * config.h - * - * Created on: 26.02.2022 - * Author: steffen - */ - -#ifndef MAIN_CONFIG_H_ -#define MAIN_CONFIG_H_ -#include "main.h" -#include "HMI.h" - -extern const char *TAG; -extern HMI* LCD; - -static char netip[16]; -static char netma[16]; -static char netgw[16]; -static char srvip[16]; -static char dbnam[16]; -static int srvpo; -static int boxid; -static int subbx; - -int EditConfig(); -int HandleEdit(void); -int ReadConfig(); -int SaveConfig(void); -int WriteConfig(char *buff); -void WriteVals(char *name, char *strvals); - - -#endif /* MAIN_CONFIG_H_ */ -- cgit v1.2.3