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:
parent
8fe4856ada
commit
6b4958c3c2
@ -54,6 +54,15 @@ TXScheduler::TXScheduler ()
|
|||||||
|
|
||||||
void TXScheduler::init()
|
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;
|
bool cliBootMode = *(uint32_t*)BOOTMODE_ADDRESS == CLI_FLAG_MAGIC;
|
||||||
if ( !cliBootMode )
|
if ( !cliBootMode )
|
||||||
reportTXStatus();
|
reportTXStatus();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user