Skip to content

ESP32 NRF.updateServices error #1730

Closed
Closed
@mfikes

Description

@mfikes

Following the example in the NRF.updateServices documentation, directly calling updateServices instead of as a result of a button push:

>NRF.setServices({
:  0xBCDE : {
:    0xABCD : {
:      value : "Hello",
:      maxLen : 20,
:      notify: true
:    }
:  }
:});
=undefined
>NRF.updateServices({
:    0xBCDE : {
:      0xABCD : {
:        value : "World!",
:        notify: true
:      }
:    }
:  });
FIXME
Uncaught Error: Unable to find service with UUID 0xabcd
 at line 8 col 4
  });
   ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    ESP32This is only a problem on ESP32-based devices

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions