|
|
@@ -207,7 +207,7 @@ const int DISPLAY_MENU_A__PROGMEM_CONSOLE_PRINT = 3 ;
|
|
|
|
|
|
#if Active_ControllerID == 0x11
|
|
|
const int Active_ControllerID_HEX = 0x11 ;
|
|
|
- #include "___CONFIG/0x11/config_Active_ControllerID_0x11.h"
|
|
|
+ #include "config_Active_ControllerID_0x11.h"
|
|
|
#endif
|
|
|
|
|
|
|
|
|
@@ -236,7 +236,7 @@ const int DISPLAY_MENU_A__PROGMEM_CONSOLE_PRINT = 3 ;
|
|
|
|
|
|
#if Active_ControllerID == 0x35
|
|
|
const int Active_ControllerID_HEX = 0x35 ;
|
|
|
- #include "___CONFIG/0x35/config_Active_ControllerID_0x35.h"
|
|
|
+ #include "0x35/config_Active_ControllerID_0x35.h"
|
|
|
#endif
|
|
|
|
|
|
#if defined(HAS_TFT_ILI9163C)
|
|
|
@@ -407,7 +407,7 @@ const int DISPLAY_MENU_A__PROGMEM_CONSOLE_PRINT = 3 ;
|
|
|
#include "_PCINT/_PCINT_init.h"
|
|
|
#endif
|
|
|
|
|
|
-#include "___CONFIG/config_Slave_Ports_LOCAL_init.h"
|
|
|
+#include "config_Slave_Ports_LOCAL_init.h"
|
|
|
|
|
|
|
|
|
//#if Active_ControllerID == 0x11
|
|
|
@@ -464,8 +464,8 @@ ARDUINO_SETUP_DEF_T HAS_I2C_driver_Adafruit_PWMServoDriver_A = false;
|
|
|
#endif
|
|
|
|
|
|
ARDUINO_SETUP_DEF_T HAS_ROTTARY_SW_A = false;
|
|
|
-#include "___CONFIG/0x11/setup_Active_ControllerID_0x11.h"
|
|
|
-#include "___CONFIG/0x13/setup_Active_ControllerID_0x13.h"
|
|
|
+//#include "___CONFIG/0x11/setup_Active_ControllerID_0x11.h"
|
|
|
+//#include "___CONFIG/0x13/setup_Active_ControllerID_0x13.h"
|
|
|
|
|
|
|
|
|
//todo PCINT service
|