mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-20 01:10:09 -07:00
Fixed huge regression bug
This commit is contained in:
parent
8fe4856ada
commit
6b4958c3c2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user