1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-20 06:45:08 +03:00

Bootloader MAC fixes from Mike

This commit is contained in:
bsongis 2014-04-08 10:26:08 +02:00
parent a72df4ca16
commit 30111d9299
6 changed files with 73 additions and 6 deletions

View file

@ -715,8 +715,11 @@ int main()
uint8_t event = getEvent();
if (usbPlugged()) {
state = ST_USB;
if (state != ST_USB) {
if (usbPlugged()) {
state = ST_USB;
usbPluggedIn();
}
}
if (state == ST_START) {