mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-09 11:27:29 +00:00
wip
This commit is contained in:
7
TODO.md
7
TODO.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user