Simple bluetooth module with toggling and status display

This commit is contained in:
brunosmmm 2017-06-01 12:12:49 -04:00
parent 0e5ff2956b
commit 185690f030
4 changed files with 114 additions and 1 deletions

View file

@ -37,5 +37,11 @@
"fg": "#1d2021",
"bg": "#b8bb26"
}
}
},
"bluetooth": {
"ON": {
"fg": "#1d2021",
"bg": "#b8bb26"
}
}
}