Allow static IP for WLAN

and portentially fix reconnect issues
This commit is contained in:
Thomas Göttgens
2022-11-05 15:02:06 +01:00
parent 8874a6e488
commit 1716c4d6f9
4 changed files with 15 additions and 19 deletions

View File

@@ -150,7 +150,7 @@ extern const pb_msgdesc_t LocalModuleConfig_msg;
#define LocalModuleConfig_fields &LocalModuleConfig_msg
/* Maximum encoded size of messages (where known) */
#define LocalConfig_size 361
#define LocalConfig_size 363
#define LocalModuleConfig_size 294
#ifdef __cplusplus