Skip to content

Commit

Permalink
Release firmware 6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Oct 11, 2024
1 parent 3dd1b1b commit 5569b19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.ctl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source gateway.asm
version 6.5
version 6.6
phase .
patch 8
patch 0
bugfix 0
build 4
build 1
4 changes: 2 additions & 2 deletions gateway.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

;Copyright (c) 2022 - Schelte Bron

#define version "6.5"
#define version "6.6"
#define phase "." ;a=alpha, b=beta, .=production
#define patch "8" ;Comment out when not applicable
;#define patch "8" ;Comment out when not applicable
;#define bugfix "1" ;Comment out when not applicable
#include build.asm

Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Compiling
To create a hex file that can be loaded into the PIC16F1847 using OTmonitor
or a PIC programmer, follow these steps:
- Unpack the tarball in a convenient location:
wget -qO- https://otgw.tclcode.com/download/otgw-6.5.tgz | tar xzv
- Go to the otgw-6.5 directory: cd otgw-6.5
wget -qO- https://otgw.tclcode.com/download/otgw-6.6.tgz | tar xzv
- Go to the otgw-6.6 directory: cd otgw-6.6
- Run: make

The "build.asm" file is supposed to be auto-generated at the start of every
Expand Down Expand Up @@ -139,9 +139,9 @@ gpsim:
make install
cd ..

otgw-6.5:
wget -qO- https://otgw.tclcode.com/download/otgw-6.5.tgz | tar xzv
cd otgw-6.5
otgw-6.6:
wget -qO- https://otgw.tclcode.com/download/otgw-6.6.tgz | tar xzv
cd otgw-6.6
make
# Or, if $PREFIX/bin is not in your PATH:
PATH=$PREFIX/bin:$PATH make
Expand Down

0 comments on commit 5569b19

Please sign in to comment.