Skip to content

Commit 41c304e

Browse files
authored
changed the device name (#717)
1 parent 1117602 commit 41c304e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/board_controller/brainalive/brainalive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ void BrainAlive::adapter_1_on_scan_found (
341341
}
342342
else
343343
{
344-
if (strncmp (peripheral_identified, "ADS_TES", 7) == 0)
344+
if (strncmp (peripheral_identified, "ORION_1", 7) == 0)
345345
{
346346
found = true;
347347
}

0 commit comments

Comments
 (0)