Skip to content

Commit

Permalink
Added button for Bluetooth Scan Page
Browse files Browse the repository at this point in the history
See Issue [e-mission#1046](e-mission/e-mission-docs#1046 (comment))
for more details.  This commit adds the Dev-Zone settings option, which
will eventually link to the Bluetooth Scanner page.

TODO:
- Add i18next translation for control.bluetooth
  • Loading branch information
the-bay-kay committed Feb 9, 2024
1 parent c7e9244 commit 04df66f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion www/js/control/ProfileSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,11 @@ const ProfileSettings = () => {
textKey="control.email-log"
iconName="email"
action={() => sendEmail('loggerDB')}></SettingRow>

<ExpansionSection sectionTitle="control.dev-zone">
<SettingRow
textKey="control.bluetooth-scan"
iconName="bluetooth-settings"
action={() => {alert(`Not Implemented!`)}}></SettingRow>
<SettingRow
textKey="control.refresh"
iconName="refresh"
Expand Down

0 comments on commit 04df66f

Please sign in to comment.