0.8.890001-zero

This commit is contained in:
Patrick Amrhein 2024-03-04 21:53:08 +01:00
parent 304abb1dcc
commit 189f399ebf
7 changed files with 690 additions and 302 deletions

View file

@ -126,7 +126,7 @@ void app::setup() {
#if defined(PLUGIN_ZEROEXPORT)
// TODO: aufräumen
// if (mConfig->plugin.zeroExport.enabled) {
mZeroExport.setup(&mConfig->plugin.zeroExport, &mSys, mConfig);
mZeroExport.setup(&mConfig->plugin.zeroExport, &mSys, mConfig, &mApi);
// }
#endif
// Plugin ZeroExport - Ende