mirror of
https://github.com/meshtastic/firmware.git
synced 2026-05-24 08:46:48 -04:00
experiment with axp192 power management
This commit is contained in:
@@ -204,7 +204,7 @@ void MeshService::handleToRadio(std::string s)
|
||||
|
||||
void MeshService::sendToMesh(MeshPacket *p)
|
||||
{
|
||||
nodeDB.updateFrom(*p); // update our local DB for this packet
|
||||
nodeDB.updateFrom(*p); // update our local DB for this packet (because phone might have sent position packets etc...)
|
||||
assert(radio.send(p) == pdTRUE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user