diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-05-25 16:06:34 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-05-25 16:17:34 -0400 |
| commit | c7821c7cb9026a96367e5301e5b848b29f73eb44 (patch) | |
| tree | e8ce5491a6982462c9de181cc4a620a699af1e82 /README.md | |
| parent | 31237cac0f7867571658cfc5e2a4aedd5927a025 (diff) | |
| download | HexBoard-c7821c7cb9026a96367e5301e5b848b29f73eb44.tar.gz | |
Build: cleanup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md index 21771d8..627b5d5 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Created by Nicholas Fox, sometimes available at https://github.com/theHDM/hexper [](https://builds.sr.ht/~earboxer/HexBoard/commits/hexperiment?) +## Golden Master firmware + +Since version 1.0.0, hexperiment has been merged into the main firmware branch. This firmware is only for the production model. + ### Building the firmware If you want to build the firmware, @@ -56,13 +60,6 @@ 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' ~/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 ~/Arduino/libraries/ -rm -rf buxduino # Run Make to build the firmware make ``` |
