From c40bcfeda97864a605c09ce91cdba8ed09f6db11 Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Thu, 5 Apr 2018 21:11:10 +0200 Subject: [PATCH] remove IR gateway during CI test due to Arduino memory size constraint --- tests/Test_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Test_config.h b/tests/Test_config.h index 41673990..4904f4ec 100644 --- a/tests/Test_config.h +++ b/tests/Test_config.h @@ -129,14 +129,14 @@ const byte subnet[] = { 255, 255, 255, 0 }; //ip adress #include "config_DHT.h" //#define ZgatewayRFM69 // If you uncomment this you can't use RF and BT due to the fact that RF use also D8 and BT use also D6/D7 //#include "config_RFM69.h" -#else // for arduino + W5100 +#else // for arduino mega + W5100 #define ZgatewayRF #include "config_RF.h" //#define ZgatewayRF2 // too big for UNO //#define ZgatewayRFM69 not tested //#include "config_RFM69.h" - #define ZgatewayIR - #include "config_IR.h" + //#define ZgatewayIR + //#include "config_IR.h" //#define ZgatewayBT //#include "config_BT.h" //#define ZsensorINA226