todo updates

This commit is contained in:
geeksville 2020-05-22 19:05:29 -07:00
parent dd0209b192
commit 608f8349d9

View File

@ -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' ## Items to be 'feature complete'
- change packet numbers to be 32 bits
- check datasheet about sx1262 temperature compensation - check datasheet about sx1262 temperature compensation
- stop polling for GPS characters, instead stay blocked on read in a thread - 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. - use SX126x::startReceiveDutyCycleAuto to save power by sleeping and briefly waking to check for preamble bits. Change xmit rules to have more preamble bits.