Added Blank FSService that exposes only version info

This commit is contained in:
Tim Keller
2021-10-17 01:09:26 +00:00
parent 42a5cdb5b7
commit f57f797ff5
5 changed files with 132 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
#include "components/ble/MotionService.h"
#include "components/ble/weather/WeatherService.h"
#include "components/fs/FS.h"
#include "components/ble/FSService.h"
namespace Pinetime {
namespace Drivers {
@@ -110,6 +111,8 @@ namespace Pinetime {
HeartRateService heartRateService;
MotionService motionService;
ServiceDiscovery serviceDiscovery;
FS fs;
FSService fsService;
uint8_t addrType;
uint16_t connectionHandle = BLE_HS_CONN_HANDLE_NONE;