We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac27651 commit 53daf7cCopy full SHA for 53daf7c
apps/bthome_button/app.js
@@ -24,7 +24,6 @@ function updateAdvertising(buttonState) {
24
// not being connectable/scannable saves power (but you'll need to reboot to connect again with the IDE!)
25
//connectable : false, scannable : false,
26
});
27
- print(buttonState);
28
/* After 60s, call updateAdvertising again to update battery/temp
29
and to ensure we're advertising slowly */
30
if (slowTimeout) clearTimeout(slowTimeout);
0 commit comments