Skip to content

Commit

Permalink
Merge pull request #1839 from rassware/master
Browse files Browse the repository at this point in the history
bugfix: bring rig id to the dashboard for blushy boxes
  • Loading branch information
revoxhere authored Jan 11, 2025
2 parents 8275550 + 019153e commit cf7e4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ESP_Code/ESP_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ void setup() {
configuration->DUCO_USER = duco_username;
configuration->RIG_IDENTIFIER = duco_rigid;
configuration->MINER_KEY = duco_password;
RIG_IDENTIFIER = duco_rigid;

String captivePortalHTML = R"(
<title>Duino BlushyBox</title>
Expand Down

0 comments on commit cf7e4fd

Please sign in to comment.