fix wifi & flash + eink screen on core 1, by using queue
This commit is contained in:
@@ -22,8 +22,9 @@ bool wifi_connect(const char* ssid, const char* password);
|
||||
|
||||
/**
|
||||
* Saves the WiFi credentials to flash memory for auto-connect.
|
||||
* Returns 0 (PICO_OK) on success, or an error code on failure.
|
||||
*/
|
||||
void wifi_save_credentials(const char* ssid, const char* password);
|
||||
int wifi_save_credentials(const char* ssid, const char* password);
|
||||
|
||||
/**
|
||||
* Attempts to connect using saved credentials.
|
||||
|
||||
Reference in New Issue
Block a user