mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
add iic sensors to cibuild
This commit is contained in:
@@ -357,6 +357,9 @@ class PipelineInfo{
|
||||
*/
|
||||
const buildSelector=(parent,cfgBase,name,current,callback)=>{
|
||||
let config=expandObject(cfgBase);
|
||||
if (current === undefined && config.default !== undefined){
|
||||
current=config.default;
|
||||
}
|
||||
let rep=new RegExp("[^"+SEPARATOR+"]*","g");
|
||||
let level=name.replace(rep,'');
|
||||
let frame=addEl('div','selector level'+level.length+' t'+config.type,parent);
|
||||
|
||||
Reference in New Issue
Block a user