Merge pull request #1853 from mheyse/fix/modbus-test

Only include mocked modbus data structures in standalone builds.
This commit is contained in:
Proddy
2024-07-07 09:02:03 +02:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
#include <map>
#include <utility>
#if defined(EMSESP_STANDALONE) || defined(EMSESP_TEST)
#if defined(EMSESP_STANDALONE)
#include <modbus_test.h>