Skip to content

Commit

Permalink
Update progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Dec 19, 2023
1 parent 8b523b8 commit 5b0c068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NeuropixCanvas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void SettingsUpdater::run()
if (ni->probe->type == settings.probe->type && settings.probe->getName() != ni->probe->getName())
{
count++;
this->setStatusMessage("Updating settings for Probe " + String(count) + " of " + String(numProbesToUpdate));
this->setStatusMessage("Updating settings for " + ni->probe->getName() + " (" + String(count) + " of " + String(numProbesToUpdate) + ")");
ni->updateProbeSettingsInBackground();
float updateTime = 1000.0; // milliseconds
for (float fraction = 0.0; fraction < 1.0; fraction += 0.01)
Expand Down

0 comments on commit 5b0c068

Please sign in to comment.