Skip to content

Commit

Permalink
changed the device name (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak031 committed Apr 29, 2024
1 parent 1117602 commit 41c304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board_controller/brainalive/brainalive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void BrainAlive::adapter_1_on_scan_found (
}
else
{
if (strncmp (peripheral_identified, "ADS_TES", 7) == 0)
if (strncmp (peripheral_identified, "ORION_1", 7) == 0)
{
found = true;
}
Expand Down

0 comments on commit 41c304e

Please sign in to comment.