Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Improve AT commands, fix long sleep problem

Compare
Choose a tag to compare
@beegee-tokyo beegee-tokyo released this 24 Feb 13:01
· 31 commits to main since this release
  • Change handling of user AT commands for more flexibility
  • Define alternate pdMS_TO_TICKS that casts uint64_t for long intervals due to limitation in nrf52840 BSP
  • Switch from using SoftwareTimer for nRF52 to using xTimer due to above problem