8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d9031 commit 9d4e62fCopy full SHA for 9d4e62f
cpp_utils/tests/BLETests/Arduino/security/BLE_server/BLE_server_encrypted/BLE_server_encrypted.ino
@@ -17,7 +17,7 @@ void setup() {
17
Serial.begin(115200);
18
Serial.println("Starting BLE work!");
19
20
- BLEDevice::init("MyESP32");
+ BLEDevice::init("ESP32");
21
/*
22
* Here we have implemented simplest security. This kind security does not provide authentication
23
*/
@@ -40,4 +40,4 @@ void setup() {
40
void loop() {
41
// put your main code here, to run repeatedly:
42
delay(2000);
43
-}
+}
0 commit comments