mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-19 12:14:47 +02:00
new scheduling for scopes
This commit is contained in:
@@ -8,7 +8,7 @@ interface OscilloscopeWaveProps {
|
||||
active: boolean;
|
||||
width: number;
|
||||
height: number;
|
||||
/** Live render cadence; 0 means display-sync. */
|
||||
/** Live render cadence; 0 uses native adaptive display synchronization. */
|
||||
frameMs?: number;
|
||||
color?: string;
|
||||
lineWidth?: number;
|
||||
@@ -27,7 +27,7 @@ export function OscilloscopeWave({
|
||||
active,
|
||||
width,
|
||||
height,
|
||||
frameMs = 16,
|
||||
frameMs = 0,
|
||||
color: colorProp,
|
||||
lineWidth = 2,
|
||||
glow = false,
|
||||
|
||||
Reference in New Issue
Block a user