From 737f8bf5744cdee7c138c205915b7b3d26115c80 Mon Sep 17 00:00:00 2001 From: ptx2 Date: Sun, 31 Jan 2021 13:46:20 -0500 Subject: [PATCH] Fix zero power issue on Windows. Co-authored-by: reiser4 Co-authored-by: Leif Huhn --- .../characteristics/cycling-power-measurement.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/server/services/cycling-power/characteristics/cycling-power-measurement.js b/src/server/services/cycling-power/characteristics/cycling-power-measurement.js index 3c4a9ac5..4e4b85f8 100644 --- a/src/server/services/cycling-power/characteristics/cycling-power-measurement.js +++ b/src/server/services/cycling-power/characteristics/cycling-power-measurement.js @@ -12,10 +12,6 @@ export class CyclingPowerMeasurementCharacteristic extends Characteristic { uuid: '2a63', properties: ['notify'], descriptors: [ - new Descriptor({ - uuid: '2902', - value: Buffer.alloc(2) - }), new Descriptor({ uuid: '2903', value: Buffer.alloc(2)