chore: mqtt impl, fix more wiznet bugs

This commit is contained in:
2024-11-10 02:47:54 +06:00
parent 80cf21f143
commit 3ac9c62241
19 changed files with 1093 additions and 253 deletions

9
include/system_init.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef SYSTEM_INIT_H
#define SYSTEM_INIT_H
#define W5500_INIT_DELAY_MS 55
void init_system(void);
int wait_for_dhcp(void);
#endif