sleep for a very long time, because the lorawan32 board doesn't have an off switch

This commit is contained in:
geeksville
2020-02-01 19:09:17 -08:00
parent 2474b3b064
commit 02ed249374
4 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
* use a freertos thread to remain blocked reading from recvfromAckTimeout, so that we don't need to keep polling it from our main thread
* override peekAtMessage so we can see any messages that pass through our node (even if not broadcast)? would that be useful?
* sendToMesh can currently block for a long time, instead have it just queue a packet for a radio freertos thread
* see section 7.3 of https://cdn.sparkfun.com/assets/learn_tutorials/8/0/4/RFM95_96_97_98W.pdf and have hope radio wake only when a valid packet is received. Possibly even wake the ESP32 from deep sleep via GPIO.
* fix the logo
# Pre-beta priority