Closed TD-er closed 4 years ago
You can remove P095 from the list, as that's actually a SPI-connected device.
And P037 should be P036.
Added a test build, containing all the changes mentioned in this issue. See: https://github.com/letscontrolit/ESPEasy/pull/3226#issuecomment-684707482
As it appeared the latest test builds may not have been using the actual changes, I made a new test build for this PR:
To support the I2C multiplexer, it is even more important to allow multiple instances of a plugin. So every I2C plugin should be adapted to use a data struct like this:
struct P028_data_struct : public PluginTaskData_base
See P028_BME280 as an example.
Todo: