Skip to content

BLE.begin() succeeds only the first time in Arduino giga #362

Closed as not planned
@FalsinSoft

Description

@FalsinSoft

Running this code in Arduino giga:

void loop()
{
  if(BLE.begin())
    Serial.println("OK");
  else
    Serial.println("KO");

  BLE.end();
}

show OK only the first time. For all subsequent calls it always show KO and this make impossible to use bluetooth again after the first end().

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions