This commit is contained in:
geeksville
2020-02-01 16:05:12 -08:00
parent 76f4b92790
commit 490331f3cd
4 changed files with 75 additions and 21 deletions

View File

@@ -15,6 +15,9 @@
* scrub default radio config settings for bandwidth/range/speed
* 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
* fix the logo
# Pre-beta priority
@@ -24,6 +27,10 @@
* triple check fcc compliance
* allow setting full radio params from android
# Low priority
* report esp32 device code bugs back to the mothership via android
# Done
* change the partition table to take advantage of the 4MB flash on the wroom: http://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables