remove '#ifndef PUBLIC_RELEASE' which surrounds a part of wifi function. wifi function can be enabled/disabled by EXPERIMENTAL_WIFI.
This commit is contained in:
parent
72108f36d2
commit
680c4b3b00
|
@ -2116,14 +2116,12 @@ void Sequencer::execHardware()
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef PUBLIC_RELEASE
|
||||
#ifdef EXPERIMENTAL_WIFI
|
||||
if(wifi.isTriggered())
|
||||
{
|
||||
WIFI_usTrigger();
|
||||
wifi.timestamp += kWifiCycles;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if(divider.isTriggered()) divider.exec();
|
||||
|
|
Loading…
Reference in New Issue