I would like to have one consistent config.txt file, across all Pi devices if possible. So the dtoverlay configuration as follows is the desired result such that on Pi A and Pi B...
Code: Select all
dtoverlay=i2c-sensor,si7020,addr=0x40
dtoverlay=i2c-sensor,htu21,addr=0x40
Pi A...
Code: Select all
#dtoverlay=i2c-sensor,si7020,addr=0x40
dtoverlay=i2c-sensor,htu21,addr=0x40
Code: Select all
dtoverlay=i2c-sensor,si7020,addr=0x40
#dtoverlay=i2c-sensor,htu21,addr=0x40