Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Cucci authored Aug 25, 2017
1 parent a78567f commit cfce25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ If you did not set up your WiFi, do so by uncommenting the first block of code i
```bash
~$ export SDK_PATH=<your SDK directory>
~$ export BIN_PATH=<where your binaries will be>
~$ cd HomeKit-Sonoff
~/HomeKit-Sonoff$ ./gen_misc.sh
~$ cd Sonoff-ESP8266-HomeKit
~/Sonoff-ESP8266-HomeKit$ ./gen_misc.sh
```
Use all the defaults or experiment with alternatives...
This will create (after several minutes) the files:
Expand Down Expand Up @@ -59,4 +59,4 @@ esptool.py --baud 230400 -p /dev/yourUSBid write_flash 0x00000 $BIN_PATH/eagle.f
- The default pincode is `031-45-154`
- The code writes clients keys to sector 0x13000
- After you unpair from the original device, the keys will be destroyed and you can pair again.
- if something went wrong, go to the foundation, and change the `signature` string to something else and you can start from scratch
- if something went wrong, go to the foundation, and change the `signature` string to something else and you can start from scratch

0 comments on commit cfce25a

Please sign in to comment.