From f46b042ae6bd6ebd565540b3b9bd0115f4cf0ef0 Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Tue, 14 May 2024 13:37:16 +0200 Subject: [PATCH] run tests with mempool --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 77f8f5c..219ed3b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,6 +31,7 @@ build_flags = -D EMC_RX_BUFFER_SIZE=100 -D EMC_TX_BUFFER_SIZE=10 -D EMC_MULTIPLE_CALLBACKS=1 + -D EMC_USE_MEMPOOL=1 ;extra_scripts = test-coverage.py build_type = debug test_testing_command =