experiment with axp192 power management

This commit is contained in:
geeksville
2020-02-16 16:03:16 -08:00
parent 0453ffbfd7
commit f34c29a323
2 changed files with 42 additions and 6 deletions

View File

@@ -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);
}