Skip to content

Commit

Permalink
reset rpi status when launching install mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jul 3, 2024
1 parent 52f5966 commit 74e01f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/pixljs_alert/pixljs_ble.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function switchStateInstall(newMode) {
mode = newMode;
updateAdvertisement();
if(mode==1) {
var rpi_status = "";
Pixl.setLCDPower(true);
LED.write(1);
disableButtons();
Expand Down

0 comments on commit 74e01f4

Please sign in to comment.