update README

This commit is contained in:
Lurkars 2020-07-15 22:32:51 +02:00
parent d7a728c498
commit 04f7e8e1d6
1 changed files with 4 additions and 5 deletions

View File

@ -19,7 +19,7 @@ Features missing for now are:
Extensions planned:
* add RTC (will test DS3231)
* add display (will test SSD1306)
* add display (added SSD1306)
* interface to
* set time
* delete beacons
@ -66,11 +66,11 @@ required
* mbedTLS enable HKDF
recommended
* BLE Scan Duplicate (By Device Address and Advertising Data)
* BLE *Scan Duplicate* (By Device Address and Advertising Data)
debug options
* Log output set to Debug
* Exposure Notification API enable Dump storage
* Exposure Notification API / Storage enable *Dump storage*
### Build and Flash
@ -101,7 +101,7 @@ E (909164) BT_HCI: btu_hcif_hdl_command_complete opcode 0x2005 status 0xc
## Structure
The project is divided in different components
The project is divided in different components. The main.c just wrap up all components.
### ena
@ -112,7 +112,6 @@ The ena module contains the main functions of eps-ena with bluetooth scanning an
* *ena-bluetooth-scan* BLE scans for detecting other beacons
* *ena-bluetooth-advertise* BLE advertising to send own beacons
* *ena* run all together and timing for scanning and advertising
* *main* start and run main program
### ena-interface