mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fix
This commit is contained in:
parent
1b5e722197
commit
9a496bf6a8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ void status_callback(enum usb_dc_status_code cb_status, uint8_t *param) {
|
|||
usb_configured = false;
|
||||
break;
|
||||
case USB_DC_CONFIGURED:
|
||||
usb_configured = false;
|
||||
usb_configured = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue