WIP: New BLE
This commit is contained in:
parent
4fe072f2d3
commit
a9212c5a3a
12 changed files with 191 additions and 56 deletions
|
@ -70,6 +70,10 @@
|
|||
#ifndef SYSTEMK_H
|
||||
#define SYSTEMK_H
|
||||
|
||||
#define SYSTEMK_MAJOR_VERSION 0
|
||||
#define SYSTEMK_MINOR_VERSION 99
|
||||
#define SYSTEMK_VERSION_STRING "00.99"
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue