Files

7 lines
242 B
MySQL
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
INSERT INTO [dbo].[ChannelSettings] ([SettingName], [DefaultValue]) VALUES
('UartBaudRate', '57600'),
('UartDataBits', '8'),
('UartStopBits', 'None'),
('UartParity', 'None'),
('UartFlowControl', 'None'),
('UartDataFormat', 'Binary')