From ccc1600bc92f35a7de7131aa4f7a238c46f0179c Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 14 Nov 2020 10:19:55 +0800 Subject: [PATCH] remove stale fixme --- src/mesh/RadioInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/RadioInterface.h b/src/mesh/RadioInterface.h index 62774a37c..e5253d7a3 100644 --- a/src/mesh/RadioInterface.h +++ b/src/mesh/RadioInterface.h @@ -58,7 +58,7 @@ class RadioInterface uint8_t sf = 9; uint8_t cr = 7; - uint16_t preambleLength = 32; // 8 is default, but FIXME use longer to increase the amount of sleep time when receiving + uint16_t preambleLength = 32; // 8 is default, but we use longer to increase the amount of sleep time when receiving MeshPacket *sendingPacket = NULL; // The packet we are currently sending uint32_t lastTxStart = 0L;