Skip to content

Commit e3aa13d

Browse files
committedJun 14, 2017
Don't commit key material
1 parent fcd4442 commit e3aa13d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ recv/tst
1313
hksend/hkserver
1414
server/lastfecid.txt
1515
esp32-recv/sdkconfig
16+
esp32-recv/components/bpp-recv/pubkey.inc

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install:
2525

2626
script:
2727
- make keys
28+
- cp keys/pubkey.inc esp32-recv/components/bpp-recv
2829
- make
2930
- source set_env.sh
3031
- cd esp32-recv

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Compiling genkey and generating public and private key
7575

7676
```
7777
make keys
78+
cp keys/pubkey.inc esp32-recv/components/bpp-recv
7879
```
7980

8081
Compiling the server agent and senders

‎esp32-recv/components/bpp-recv/pubkey.inc

-3
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.