Skip to content

Commit

Permalink
Fix zero power issue on Windows.
Browse files Browse the repository at this point in the history
Co-authored-by: reiser4 <[email protected]>
Co-authored-by: Leif Huhn <[email protected]>
  • Loading branch information
3 people committed Jan 31, 2021
1 parent 637d6f9 commit 737f8bf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 737f8bf

Please sign in to comment.