WiFi driver must be managed by arduino, use arduino to init the driver for esp32 core.
This commit is contained in:
parent
cf2a20fbd4
commit
61f046c185
@ -52,6 +52,7 @@ void setup() {
|
|||||||
if(err){
|
if(err){
|
||||||
log_e("esp_wifi_init %d", err);
|
log_e("esp_wifi_init %d", err);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Serial.begin(SERIAL_BAUD_RATE);
|
Serial.begin(SERIAL_BAUD_RATE);
|
||||||
|
Loading…
Reference in New Issue
Block a user