app can now turn on Bluetooth

This commit is contained in:
CDaut 2022-03-27 20:53:39 +02:00 committed by CDaut
parent 6bae48d22d
commit a4cb7da53f
5 changed files with 46 additions and 11 deletions

View file

@ -4,9 +4,10 @@
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">Main Fragment</string>
<string name="debug_fragment_label">Debug Fragment</string>
<string name="btn_test">Test</string>
<string name="btn_test">Enable Bluetooth</string>
<string name="nav_main_label">Main</string>
<string name="nav_debug_frag_label">Debug view</string>
<string name="nav_open">Open</string>
<string name="nav_close">Close</string>
<string name="bt_required">Bluetooth is required to connect to the sensor</string>
</resources>