added an overlay to the WebUI and some ConnectionHandling

This commit is contained in:
2024-01-12 13:29:22 +01:00
parent 94e407208e
commit f1defa98f2
7 changed files with 62 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ typedef enum CANSource_e
extern const char *CANSourceString[];
extern const size_t CANSourceString_Elements;
#define STARTUP_DELAY 5000
#define SHUTDOWN_DELAY_MS 5000
#define STARTUP_DELAY 2500
#define SHUTDOWN_DELAY_MS 2500
#endif