Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurik72 authored May 21, 2020
1 parent c648a9c commit 9f114b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,12 @@ Small adujstment for the ESP8266
disable_extra4k_at_link_time();
#endif
```
Initialize file storage to keep pairing information (you can put any file name as you want
Initialize file storage to keep pairing information (you can put any file name as you want)
```c
init_hap_storage("/pair.dat");
```
Hovewer you can hahdle your function how to keep your pairing information examples EspHapLed (for ESP32) and EspHapLed8266 (for ESP8266) contains code to show custom implementation
Set base accessory type, means you will have at least one accessory and you need define a type
```c
Expand Down

0 comments on commit 9f114b1

Please sign in to comment.