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
+6 -6
View File
@@ -1006,17 +1006,17 @@ abstract class AppLocalizations {
/// **'Debug'**
String get settings_debug;
/// No description provided for @settings_bleDebugLog.
/// No description provided for @settings_companionDebugLog.
///
/// In en, this message translates to:
/// **'BLE Debug Log'**
String get settings_bleDebugLog;
/// **'Companion Debug Log'**
String get settings_companionDebugLog;
/// No description provided for @settings_bleDebugLogSubtitle.
/// No description provided for @settings_companionDebugLogSubtitle.
///
/// In en, this message translates to:
/// **'BLE commands, responses, and raw data'**
String get settings_bleDebugLogSubtitle;
/// **'BLE/TCP/USB commands, responses, and raw data'**
String get settings_companionDebugLogSubtitle;
/// No description provided for @settings_appDebugLog.
///