Cong Nguyen
Cong Nguyen
Hey @benjaminaigner, I got the project to bond successfully with macOS Catalina 10.15.6 by making all read and write characteristics in `hid_device_le_prf.c` encrypted with MITM, and changed the `auth_req` as...
Also had to change the `GATTS_TAG` in `config.h` to something shorter. With the full `esp32_mouse_keyboard` string, I couldn't get the device to show up in macOS' Bluetooth list of devices.
Hey @benjaminaigner the PR looks good. I'm all for a merge. I'll look into the esp32 restart issue in the next 2 weeks.
For the developers tasks, would it be helpful to use an existing product like IBM's IoC for Emergency Services? https://www.ibm.com/au-en/marketplace/emergency-management
Need to change job's container spec to `.spec.template.spec.restartPolicy = "Never"` so failed pods won't be deleted. https://kubernetes.io/docs/concepts/workloads/controllers/job/#handling-pod-and-container-failures. Alternatively, we build readiness probe into RHACM deployment.