diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-05-29 21:05:01 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-05-29 21:05:01 -0400 |
| commit | f6372f51812a38f7e24b33345532dc9663e34ac0 (patch) | |
| tree | e64a7555e3184b97db5d2ce0adb42a1c8c9cb136 /README.md | |
| parent | c454239d7d58c1a5d06b1407f54c97bf34955e1e (diff) | |
| download | HexBoard-f6372f51812a38f7e24b33345532dc9663e34ac0.tar.gz | |
CI/CD: Add .build.yml to build firmware in sourcehut
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 4cb7b6a..e58dd34 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ arduino-cli lib install "Adafruit NeoPixel" arduino-cli lib install "U8g2" # dependency for GEM arduino-cli lib install "Adafruit GFX Library" # dependency for GEM arduino-cli lib install "GEM" -sed -i 's@#include "config/enable-glcd.h"@//\0@g' ../libraries/GEM/src/config.h # remove dependency from GEM +sed -i 's@#include "config/enable-glcd.h"@//\0@g' ~/Arduino/libraries/GEM/src/config.h # remove dependency from GEM # Correct Rotary Library git clone https://github.com/buxtronix/arduino buxduino cd buxduino git apply ../Rotary.patch cd .. -mv buxduino/libraries/Rotary ../libraries/ +mv buxduino/libraries/Rotary ~/Arduino/libraries/ rm -rf buxduino # Run Make to build the firmware make |
