set default tab to help. add beep keys.

This commit is contained in:
legop3
2025-12-08 13:57:27 -05:00
parent 161929e280
commit 6580de08d4
20 changed files with 254 additions and 21 deletions
+8
View File
@@ -80,6 +80,14 @@ export const HELP_CONTENT = {
{ action: 'auxAllForward', label: 'All motors forward' },
],
},
{
id: 'audio',
title: 'Audio / Song',
items: [
{ action: 'songNoteUp', label: 'Song note up' },
{ action: 'songNoteDown', label: 'Song note down' },
],
},
],
},
{