fix typo in bluetooth_call.cpp

This commit is contained in:
sharandac
2020-08-18 09:44:01 +02:00
parent 44919d7992
commit 4754ac781c

View File

@@ -126,7 +126,7 @@ void bluetooth_call_msg_pharse( char* msg ) {
}
if( !strcmp( doc["t"], "call" ) && !strcmp( doc["cmd"], "start" ) ) {
if ( standby = true ) {
if ( standby == true ) {
powermgm_set_event( POWERMGM_STANDBY_REQUEST );
}
mainbar_jump_to_maintile( LV_ANIM_OFF );