chore: mqtt impl, fix more wiznet bugs
This commit is contained in:
9
include/system_init.h
Normal file
9
include/system_init.h
Normal 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
|
||||
Reference in New Issue
Block a user