Browse Source

Fix crashes after a packet was received.

Mathias Gottschlag 5 years ago
parent
commit
3d8c6f36cd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      display/firmware/src/radio.rs

+ 1
- 0
display/firmware/src/radio.rs View File

215
                     continue;
215
                     continue;
216
                 }
216
                 }
217
 
217
 
218
+                self.nrf24 = Some(rx.standby());
218
                 return Some(packet);
219
                 return Some(packet);
219
             }
220
             }
220
         }
221
         }

Loading…
Cancel
Save