Added log statement for ampfactor

This commit is contained in:
Paul Dino Jones 2024-07-13 14:46:36 -04:00
parent 45db6670c9
commit 6b122c45f3
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ int devsetup(const char* device_type, const char* device_subtype, const char* co
else
{
ds->serialdevsettings.ampfactor = ampfactor;
slogt("Set ampflication factor for motors to %f", ampfactor);
}
}