From 482d60e903a07ae7b8ca39593e5c3db90d1a447e Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 16 Feb 2021 13:02:13 +0100 Subject: [PATCH] prepare wifi --- cube/User/Inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Inc/config.h b/cube/User/Inc/config.h index 28ff8f7..05a30cd 100644 --- a/cube/User/Inc/config.h +++ b/cube/User/Inc/config.h @@ -22,7 +22,7 @@ typedef struct __attribute__((__packed__)) s_configBlock { char key[65]; // the actual key may have up to 64 chars and has to end with a \0 } wifi; } networkspecific; - uint8_t filler[22]; + uint8_t filler[15]; } t_configBlock;