8000 Update BLE_server_encrypted.ino · ViaMonkey/esp32-snippets@9d4e62f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d4e62f

Browse files
authored
Update BLE_server_encrypted.ino
1 parent 48d9031 commit 9d4e62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp_utils/tests/BLETests/Arduino/security/BLE_server/BLE_server_encrypted/BLE_server_encrypted.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void setup() {
1717
Serial.begin(115200);
1818
Serial.println("Starting BLE work!");
1919

20-
BLEDevice::init("MyESP32");
20+
BLEDevice::init("ESP32");
2121
/*
2222
* Here we have implemented simplest security. This kind security does not provide authentication
2323
*/
@@ -40,4 +40,4 @@ void setup() {
4040
void loop() {
4141
// put your main code here, to run repeatedly:
4242
delay(2000);
43-
}
43+
}

0 commit comments

Comments
 (0)
0