Closed Dante777 closed 2 years ago
SparkComms.ino line 125: pClient_sp->setMTU(517);
in SparkESP32 project it is called in the section for 'classic' BLE library:
pClient_sp->setMTU(517);
Thanks - fixed now. I have so many versions of the libraries I forget to fix older ones!! Also #define CLASSIC must be before #include "Spark.h" otherwise it really gets confused between NimBLE and 'classic' BLE.
SparkComms.ino line 125: pClient_sp->setMTU(517);
in SparkESP32 project it is called in the section for 'classic' BLE library:
ifdef CLASSIC
endif