Parcourir la source

Update ESP32.cpp

WhatAmIDoingHere24 il y a 8 mois
Parent
commit
54a16ed3a9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ESP32.cpp

+ 1 - 1
ESP32.cpp

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