Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mDot_test_rx adc_sensor_lora mDotEVBM2X mDot_AT_firmware ... more
You are viewing an older revision! See the latest version
Homepage
Function documentation is in mDot.h
Warning
NOTICE: Using libmDot with an existing application may require a change in the MacEvent handler!
In AT Command Firmware open CommandTerminal/CommandTerminal.cpp at the end of the file remove the following line.
CommandTerminal/CommandTerminal.cpp
delete[] info->RxBuffer;
Likewise, if your application is handling events from the library asynchronously.