#include "config.h" // Node config definition node_config_t NODE_CONFIG = {.id = "ch32-node-1", .name = "test node 1, broken usb", .location = "dunno yet"}; // RS485 devices definition const rs485_device_t RS485_DEVICES[RS485_DEVICE_COUNT] = { {.slave_id = 0x01, .type = DEVICE_RELAY, .name = "relay-1"}};