1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-20 09:20:10 -07:00

Fixed huge regression bug

This commit is contained in:
Peter Antypas 2021-11-11 20:52:18 -08:00
parent 8fe4856ada
commit 6b4958c3c2

View File

@ -54,6 +54,15 @@ TXScheduler::TXScheduler ()
void TXScheduler::init()
{
if ( Configuration::instance().readStationData(mStationData) )
{
DBG("Successfully loaded Station Data \r\n");
}
else
{
DBG("Failed to read Station Data !!!\r\n");
}
bool cliBootMode = *(uint32_t*)BOOTMODE_ADDRESS == CLI_FLAG_MAGIC;
if ( !cliBootMode )
reportTXStatus();