// // Created by cfif on 14.11.22. // #ifndef GONEC_ARTERY_SETTINGS_RS485_BLUETOOTH_H #define GONEC_ARTERY_SETTINGS_RS485_BLUETOOTH_H #include "stdint.h" #include "mtojson.h" typedef struct { uint32_t TOut485_v; uint32_t TOutBlue_v; uint32_t rs485baudrate_v; uint32_t BTvisible_v; uint8_t PortAssign; } tSettings_RS485_Bluetooth; extern const struct to_json jsonSettings_RS485_Bluetooth[]; void vSettings_RS485_BluetoothInitDefaults(tSettings_RS485_Bluetooth *Settings_RS485_Bluetooth); #endif //GONEC_ARTERY_SETTINGS_RS485_BLUETOOTH_H