Skip to content
Snippets Groups Projects
  1. Dec 04, 2020
  2. Nov 04, 2020
    • schneider's avatar
      fix(serial): Unblock if the queue is full · f7719151
      schneider authored
      For some reason a portYIELD() is not enough to give the serial task the
      option to run. I tried vTaskDelay() and that works. To not block more than
      needed portYIELD() is still called when the queue is not full and only
      call vTaskDelay() when it is full.
      
      Closes #218
      f7719151
  3. Oct 30, 2020
  4. Oct 17, 2020
  5. Oct 14, 2020
  6. Oct 13, 2020
  7. Oct 12, 2020
    • schneider's avatar
      feat(ble): Make the adv a bit more Apple friendly · 2293c62a
      schneider authored
      Accessory Design Guidelines for Apple Devices says that TX power should
      be included in the advertisement.
      
      Also ask for the current time service in the scan report so the card10
      shows up in the system dialog.
      2293c62a
  8. Oct 11, 2020
  9. Oct 09, 2020
  10. Oct 08, 2020
  11. Oct 05, 2020
  12. Oct 04, 2020
  13. Sep 20, 2020
  14. Sep 19, 2020
  15. Sep 14, 2020
  16. Sep 13, 2020
  17. Sep 09, 2020
Loading