We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b1bec commit 769cbc9Copy full SHA for 769cbc9
OpenEphys.Onix1/ConfigurePersistentHeartbeat.cs
@@ -77,7 +77,7 @@ public override IObservable<ContextTask> Process(IObservable<ContextTask> source
77
[EquivalentDataSource(typeof(Heartbeat))]
78
static class PersistentHeartbeat
79
{
80
- public const int ID = 34;
+ public const int ID = 35;
81
82
public const uint ENABLE = 0; // Heartbeat enable state (read only; always enabled for this device).
83
public const uint CLK_DIV = 1; // Heartbeat clock divider ratio. Minimum value is CLK_HZ / 10e6.
0 commit comments