소스 검색

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…
취소
저장