Merge pull request #426 from zjs81/debug-log

rename ble debug log
This commit is contained in:
zjs81
2026-05-08 13:39:10 -07:00
committed by GitHub
22 changed files with 98 additions and 60 deletions
+3 -3
View File
@@ -494,11 +494,11 @@ class AppLocalizationsEs extends AppLocalizations {
String get settings_debug => 'Depurar';
@override
String get settings_bleDebugLog => 'Registro de Depuración BLE';
String get settings_companionDebugLog => 'Companion Debug Log';
@override
String get settings_bleDebugLogSubtitle =>
'Comandos, respuestas y datos brutos de BLE';
String get settings_companionDebugLogSubtitle =>
'BLE/TCP/USB commands, responses, and raw data';
@override
String get settings_appDebugLog => 'Registro de Depuración de la App';