From 608f8349d95aed49042503024f87010ac215a24b Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 22 May 2020 19:05:29 -0700 Subject: [PATCH] todo updates --- docs/software/nrf52-TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/software/nrf52-TODO.md b/docs/software/nrf52-TODO.md index 7b38f3a1..048c9903 100644 --- a/docs/software/nrf52-TODO.md +++ b/docs/software/nrf52-TODO.md @@ -37,6 +37,7 @@ Needed to be fully functional at least at the same level of the ESP32 boards. At ## Items to be 'feature complete' +- change packet numbers to be 32 bits - check datasheet about sx1262 temperature compensation - stop polling for GPS characters, instead stay blocked on read in a thread - use SX126x::startReceiveDutyCycleAuto to save power by sleeping and briefly waking to check for preamble bits. Change xmit rules to have more preamble bits.