This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
INSERT INTO [dbo].[Settings]
([PropertyId]
,[PropertyType]
,[PropertyValue]
,[UserId])
VALUES
('EnableClockSourceSelect'
,2
,'False'
,'SYSTEM');
INSERT INTO [dbo].[DefaultProperties]
([PropertyId]
,[PropertyName]
,[DefaultValue])
VALUES
(407
,'DefaultCheckListClockSyncCheck'
,'True'),
(408
,'DefaultClockSyncProfileMaster'
,'None'),
(409
,'DefaultClockSyncProfileSlave'
,'None'),
(410
,'AllowUARTRecordingModes'
,'False'),
(411
,'DefaultUARTBaudRate'
,'57600'),
(412
,'DefaultUARTDataBits'
,'8'),
(413
,'DefaultUARTStopBits'
,'None'),
(414
,'DefaultUARTParity'
,'None'),
(415
,'DefaultUARTFlowControl'
,'None'),
(416
,'DefaultUDPStreamProfile'
,'CH10_MANUAL_CONFIG'),
(417
,'DefaultUDPStreamTimeChannelId'
,'1'),
(418
,'DefaultUDPStreamDataChannelId'
,'3'),
(419
,'DefaultUDPStreamTmNSConfig'
,'(1,6,60,0,0,0,0,0)'),
(420
,'DefaultIRIGTimeDataPacketIntervalMs'
,'500'),
(421
,'DefaultAutoArmRepeatEnable'
,'False'),
(422
,'DefaultAutoArmPreserveDiagnostics'
,'False');