mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
check number of uses i2c buses for cibuild and m5 grove
This commit is contained in:
@@ -686,7 +686,7 @@ class PipelineInfo{
|
||||
let allowed=allowedResources[ak];
|
||||
if (allowed === undefined) allowed=1;
|
||||
if (resList.length > allowed){
|
||||
errors+=" more than "+allowed+" "+k+" device(s) used";
|
||||
errors+=" more than "+allowed+" device(s) of type "+k+" used";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user