example 'meshtastic': add change log

This commit is contained in:
pls.153 2024-03-01 17:53:17 +01:00
parent 8fd39a99bb
commit d4d9af4ed5
2 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,6 @@
#ifdef Q_OS_ANDROID
#include "rep_qtandroidservice_replica.h"
#include <QtAndroid>
#include <QAndroidIntent>
#include <QAndroidJniEnvironment>
#else
#include "ble/ble_meshtastic.h"

View file

@ -13,10 +13,12 @@ not available, in order to communicate with short text messages. This kind of
mesh network is limited to about 70 nodes/radios/users to remain reliable.
TODO
----
Change log
----------
* add background BLE/notification for both android and iOS
* 2024-03-01: background mode for both android and iOS; radio packets sent to
app while in background are saved in a file and processed when app is brought
back to foreground