mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
progress on re readdition of the mesh router
This commit is contained in:
parent
10289ed11a
commit
87782cdf8f
@ -87,4 +87,4 @@ After our rate of change slows a bit, we will make beta builds available here (w
|
|||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
We'd love to have you join us on this merry little project. Please see our [development documents](./docs/software/sw-design.md)
|
We'd love to have you join us on this merry little project. Please see our [development documents](./docs/software/sw-design.md) and join us on the gitter chat above.
|
@ -3,8 +3,6 @@
|
|||||||
Items to complete soon (next couple of alpha releases).
|
Items to complete soon (next couple of alpha releases).
|
||||||
|
|
||||||
* add a getting started page
|
* add a getting started page
|
||||||
* add links to todos
|
|
||||||
* link to the kanban page
|
|
||||||
* finish mesh alg reeval
|
* finish mesh alg reeval
|
||||||
* lower wait_bluetooth_secs to 30 seconds once we have the GPS power on (but GPS in sleep mode) across light sleep. For the time
|
* lower wait_bluetooth_secs to 30 seconds once we have the GPS power on (but GPS in sleep mode) across light sleep. For the time
|
||||||
being I have it set at 2 minutes to ensure enough time for a GPS lock from scratch.
|
being I have it set at 2 minutes to ensure enough time for a GPS lock from scratch.
|
||||||
@ -195,3 +193,5 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w
|
|||||||
Have state machine properly enter deep sleep based on loss of mesh and phone comms.
|
Have state machine properly enter deep sleep based on loss of mesh and phone comms.
|
||||||
Default to enter deep sleep if no LORA received for two hours (indicates user has probably left the mesh).
|
Default to enter deep sleep if no LORA received for two hours (indicates user has probably left the mesh).
|
||||||
* (fixed I think) text messages are not showing on local screen if screen was on
|
* (fixed I think) text messages are not showing on local screen if screen was on
|
||||||
|
* add links to todos
|
||||||
|
* link to the kanban page
|
@ -1,6 +1,8 @@
|
|||||||
This is a mini design doc for various core behaviors...
|
This is a mini design doc for developing the meshtastic software.
|
||||||
|
|
||||||
* [Build instructions](build-instructions.md)
|
* [Build instructions](build-instructions.md)
|
||||||
|
* [TODO](TODO.md) - read this if you are looking for things to do (or curious about currently missing features)
|
||||||
|
* Our [project board](https://github.com/orgs/meshtastic/projects/1) - shows what things we are currently working on and remaining work items for the current release.
|
||||||
* [Power Management](power.md)
|
* [Power Management](power.md)
|
||||||
* [Mesh algorithm](mesh-alg.md)
|
* [Mesh algorithm](mesh-alg.md)
|
||||||
* [Bluetooth API](bluetooth-api.md) and porting guide for new clients (iOS, python, etc...)
|
* [Bluetooth API](bluetooth-api.md) and porting guide for new clients (iOS, python, etc...)
|
||||||
|
Loading…
Reference in New Issue
Block a user