Explorar el Código

I'm so sorry

Mistook the person who was responsible for fixing BLE
Oleg Logvinov hace 9 meses
padre
commit
de8cb5eb6d
Se han modificado 3 ficheros con 5 adiciones y 5 borrados
  1. 1 1
      README.md
  2. 2 2
      helpers/ble_serial.c
  3. 2 2
      helpers/ble_serial.h

+ 1 - 1
README.md

@@ -3,4 +3,4 @@ Flipper Application for monitoring PC resources
 
 **[A backend running on your PC is required](https://github.com/TheSainEyereg/flipper-pc-monitor-backend/releases)**
 
-Thanks [NaejEL](https://github.com/NaejEL) for bringing this application back to life
+Many thanks to [Willy-JL](https://github.com/Willy-JL) for implementing BLE Serial for the new firmware and bringing the app back to life

+ 2 - 2
helpers/ble_serial.c

@@ -1,7 +1,7 @@
 /*
- * This code is based on the NaejEL's (https://github.com/NaejEL) BLE fix.
+ * This code is based on the Willy-JL's (https://github.com/Willy-JL) BLE fix.
  * 
- * Thank you to NaejEL for providing this code and making it available under the https://github.com/Flipper-XFW/Xtreme-Apps repository.
+ * Thank you to Willy-JL for providing this code and making it available under the https://github.com/Flipper-XFW/Xtreme-Apps repository.
  * Your contribution has been invaluable for this project.
  */
 

+ 2 - 2
helpers/ble_serial.h

@@ -1,7 +1,7 @@
 /*
- * This code is based on the NaejEL's (https://github.com/NaejEL) BLE fix.
+ * This code is based on the Willy-JL's (https://github.com/Willy-JL) BLE fix.
  * 
- * Thank you to NaejEL for providing this code and making it available under the https://github.com/Flipper-XFW/Xtreme-Apps repository.
+ * Thank you to Willy-JL for providing this code and making it available under the https://github.com/Flipper-XFW/Xtreme-Apps repository.
  * Your contribution has been invaluable for this project.
  */