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:
@@ -639,6 +639,7 @@ class FourLineDisplayUsermod : public Usermod {
|
||||
JsonObject top = root.createNestedObject(FPSTR(_name));
|
||||
top[FPSTR(_enabled)] = enabled;
|
||||
JsonArray io_pin = top.createNestedArray("pin");
|
||||
#warning WLEDMM: this causes global pin hijacking
|
||||
for (byte i=0; i<5; i++) io_pin.add(ioPin[i]);
|
||||
top["help4Pins"] = F("Clk,Data,CS,DC,RST"); // help for Settings page
|
||||
top["type"] = type;
|
||||
|
||||
Reference in New Issue
Block a user