Fix badges and hint Python setup
This commit is contained in:
parent
ccac725b7f
commit
a48a962653
12
README.md
12
README.md
@ -1,7 +1,6 @@
|
||||

|
||||
[](https://solokeys.com/kickstarter)
|
||||
[](https://github.com/SoloKeysSec/solo/blob/master/LICENSE)
|
||||
[](https://travis-ci.com/SoloKeysSec/solo)
|
||||
[](https://discourse.solokeys.com)
|
||||
[](https://discourse.solokeys.com)
|
||||
[](https://keybase.io/team/solokeys.public)
|
||||
|
||||
|
||||
@ -44,10 +43,15 @@ cd solo
|
||||
cd targets/stm32l432
|
||||
make cbor
|
||||
make all-hacker
|
||||
python ../../tools/solotool.py program solo.hex
|
||||
cd ../..
|
||||
|
||||
make env3
|
||||
source env3/bin/activate
|
||||
python tools/solotool.py program targets/stm32l432/solo.hex
|
||||
```
|
||||
|
||||
If you forgot the `--recurse-submodules` when cloning, simply `git submodule update --init --recursive`.
|
||||
|
||||
For example, if you want to turn off any blue light emission, you can edit [`led_rgb()`](https://github.com/SoloKeysSec/solo/blob/master/targets/stm32l432/src/led.c#L15) and force:
|
||||
```
|
||||
uint32_t b = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user