Skip to content

Commit

Permalink
Merge pull request #3 from dorianim-forks/fix/new-uuids
Browse files Browse the repository at this point in the history
Fix: add new UUIDs
  • Loading branch information
TomW1605 authored Apr 7, 2023
2 parents da87bb3 + bcf73e3 commit f4a1afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esphome_pinecilv2_ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ sensor:
type: characteristic
ble_client_id: pinecil
id: PINECIL_BULK_DATA
service_uuid: '9eae1adb-9d0d-48c5-a6e7-ae93f0ea37b0'
characteristic_uuid: '00000001-0000-1000-8000-00805f9b34fb'
service_uuid: '9eae1000-9d0d-48c5-aa55-33e27f9bc533'
characteristic_uuid: '9eae1001-9d0d-48c5-aa55-33e27f9bc533'
lambda: |-
uint32_t *data = (uint32_t *)(x.data());
Expand Down

0 comments on commit f4a1afb

Please sign in to comment.