From c7821c7cb9026a96367e5301e5b848b29f73eb44 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 25 May 2024 16:06:34 -0400 Subject: Build: cleanup --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'README.md') 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 [![builds.sr.ht status](https://builds.sr.ht/~earboxer/HexBoard/commits/hexperiment.svg)](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 ``` -- cgit 1.4.1