RPC: Add Virtual Display & Unify log tags (#814)
* RPC: Update protobuf sources * RPC: Add Virtual Display * Unify log tags * RPC: Virtual Display placeholder * Rpc: clear frame buffer callback before confirm. * Firmware: full assert for hal, move fatfs initialization to furi hal. * FuriHal: VCP optimizations, thread safe console. Rpc: adjust buffer sizes. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ static void dolphin_check_butthurt(DolphinState* state) {
|
||||
float diff_time = difftime(dolphin_state_get_timestamp(state), dolphin_state_timestamp());
|
||||
|
||||
if((fabs(diff_time)) > DOLPHIN_TIMEGATE) {
|
||||
FURI_LOG_I("dolphin-state", "Increasing butthurt");
|
||||
FURI_LOG_I("DolphinState", "Increasing butthurt");
|
||||
dolphin_state_butthurted(state);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user