Skip to content

Commit

Permalink
bugfix: bring rig id to the dashboard for blushy boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Raßmann committed Oct 31, 2024
1 parent 85baa96 commit 019153e
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 019153e

Please sign in to comment.