-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98cb17e
commit da1f1c5
Showing
11 changed files
with
13,186 additions
and
4,529 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
rm ../../bin/er9x-128.hex | ||
make clean | ||
make CPU=128 EXT=FRSKY | ||
mv er9x.hex ../../bin/er9x-128.hex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
rm ../../bin/er9x-2561.hex | ||
make clean | ||
make CPU=2561 EXT=FRSKY | ||
mv er9x.hex ../../bin/er9x-2561.hex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
rm ../../bin/er9x-64.hex | ||
make clean | ||
make EXT=FRSKY TEMPLATES=NO | ||
mv er9x.hex ../../bin/er9x-64.hex |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
//Automatically generated file - do not edit | ||
#define DATE_STR "22.05.2014" | ||
#define TIME_STR "01:44:55" | ||
#define SUB_VERS 44 | ||
#define DATE_STR "24.05.2014" | ||
#define TIME_STR "02:24:03" | ||
#define SUB_VERS 86 | ||
#define SVN_VERS "er9x-mav-r13" | ||
#define MOD_VERS "FRSKY 128 " |