Kaynağa Gözat

Fix crashes after a packet was received.

Mathias Gottschlag 5 yıl önce
ebeveyn
işleme
3d8c6f36cd
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      display/firmware/src/radio.rs

+ 1
- 0
display/firmware/src/radio.rs Dosyayı Görüntüle

@@ -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…
İptal
Kaydet