SNR is now a float, fix the screen display

This commit is contained in:
geeksville
2020-05-01 12:31:36 -07:00
parent 50213d8323
commit e084699704
3 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
#include <pb_decode.h>
#include <pb_encode.h>
// 1kb was too small
#define RADIO_STACK_SIZE 4096
RadioInterface::RadioInterface() : txQueue(MAX_TX_QUEUE)