Add _all entries for esp32 16MB with lots of usermods

platformio: add _all entries with a lot of usermods
usermod bh1750 and bme280: avoid global pin hijacking
settings.htm: remove height for compact display
This commit is contained in:
Ewoud
2023-01-08 16:07:02 +01:00
parent 544446d35e
commit a10f1b20ac
6 changed files with 101 additions and 88 deletions

View File

@@ -85,7 +85,7 @@
border: 1px solid #333;
border-radius: var(--h);
font-size: 6vmin;
height: var(--h);
/* height: var(--h); WLEDMM remove to allow more compact display*/
width: calc(100% - 40px);
margin: 2vh auto 0;
cursor: pointer;