add BTA, reinhard and Hydreon sensors

This commit is contained in:
2026-04-08 18:09:36 +03:00
parent 39d4e22061
commit e551b94499
13 changed files with 1759 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ static int openserial(char *path){
WARN("Can't open %s @ speed %d", path, speed);
return -1;
}
DBG("Opened %s @ %d", path, speed);
return serial->comfd;
}