1
0
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:
andreas
2023-11-02 20:48:16 +01:00
parent 6884881bcf
commit f266d3b3db
2 changed files with 78 additions and 2 deletions

View File

@@ -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);