add todos

This commit is contained in:
geeksville
2020-04-30 10:54:53 -07:00
parent 3c3e722181
commit 11b79a942d
2 changed files with 4 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class RadioLibInterface : public RadioInterface
uint8_t syncWord = SX126X_SYNC_WORD_PRIVATE;
float currentLimit = 100; // FIXME
uint16_t preambleLength = 8;
uint16_t preambleLength = 8; // 8 is default, but FIXME use longer to increase the amount of sleep time when receiving
Module module; // The HW interface to the radio