This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Improve AT commands, fix long sleep problem
- 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