Преглед изворни кода

Fix crashes after a packet was received.

Mathias Gottschlag пре 5 година
родитељ
комит
3d8c6f36cd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      display/firmware/src/radio.rs

+ 1
- 0
display/firmware/src/radio.rs Прегледај датотеку

@@ -215,6 +215,7 @@ impl<'a> EnabledRadio<'a> {
215 215
                     continue;
216 216
                 }
217 217
 
218
+                self.nrf24 = Some(rx.standby());
218 219
                 return Some(packet);
219 220
             }
220 221
         }

Loading…
Откажи
Сачувај