mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-16 23:59:49 +00:00
0.1.26-alpha release
* refactor: render chat rows from presentation state * Fix Meshtastic channel sync and add MeshCore CN preset * Add granular chat notification settings * Add SD settings backup and restore * Prepare 0.1.26-alpha release --------- Co-authored-by: vicliu624 <vicliu@outlook.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "nrf52_node_loop_runtime.h"
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "nrf52_node_app_runtime_access.h"
|
||||
|
||||
namespace trailmate::apps::nrf52_node::loop_runtime
|
||||
{
|
||||
|
||||
void tick()
|
||||
{
|
||||
app_runtime_access::tick();
|
||||
delay(2);
|
||||
}
|
||||
|
||||
} // namespace trailmate::apps::nrf52_node::loop_runtime
|
||||
Reference in New Issue
Block a user