Explorar el Código

Update ESP32.cpp

WhatAmIDoingHere24 hace 8 meses
padre
commit
54a16ed3a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ESP32.cpp

+ 1 - 1
ESP32.cpp

@@ -32,7 +32,7 @@ class MyServerCallBacks: public BLEServerCallbacks {
 
   void onDisconnect(BLEServer* pServer){
     deviceConnected = false;
-  }
+  };
 
 };