aboutsummaryrefslogtreecommitdiff
path: root/xplane.mjs
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-29 23:39:13 -0700
committerDeterminant <[email protected]>2024-08-29 23:39:13 -0700
commit0c8260164fb65c80bc578df15e33f810e43a0b74 (patch)
tree64d0174f386271d427f67e17ef0523a6a02453af /xplane.mjs
parent2cf6eaf48ab85f4c0b6dbcef80cec5f0e7421576 (diff)
...
Diffstat (limited to 'xplane.mjs')
-rw-r--r--xplane.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xplane.mjs b/xplane.mjs
index dd50b20..c7aaebc 100644
--- a/xplane.mjs
+++ b/xplane.mjs
@@ -82,7 +82,7 @@ export class XPlane {
if (handler) {
this.subscribed.push({ dataRef, handler, freq });
}
- console.info(`x-plane subscribed[${idx}] => ${dataRef}`);
+ console.info(`x-plane subscribed[${idx}] => ${dataRef} @${freq}Hz`);
this._subscribeDataRef(idx);
}
//subscribeDataRef("sim/flightmodel/position/indicated_airspeed");