Back to production mode from THTIC2 commisioning mode

This commit is contained in:
Hakan Bastedt
2025-03-08 23:42:47 +01:00
parent a283091a3f
commit 97fefb19af
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ debug_build_flags = -O0 -g -ggdb
monitor_port = COM21 monitor_port = COM21
monitor_filters = send_on_enter, time, colorize, log2file monitor_filters = send_on_enter, time, colorize, log2file
monitor_speed = 115200 monitor_speed = 115200
build_flags = -Wl,--no-warn-rwx-segment -DNOECAT build_flags = -Wl,--no-warn-rwx-segment -DECAT
lib_deps = lib_deps =
SPI SPI
pilotak/MCP3X21@^1.0.1 pilotak/MCP3X21@^1.0.1

View File

@@ -198,7 +198,7 @@ void setup(void)
ecat_slv_init(&config); ecat_slv_init(&config);
#endif #endif
#if 1 // Uncomment for commissioning tests #if 0 // Uncomment for commissioning tests
// #define only one of the below // #define only one of the below
#define ADS1xxx #define ADS1xxx
#undef ADC_MCP3221 #undef ADC_MCP3221