-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small updates for the first public release
- Loading branch information
Showing
7 changed files
with
94 additions
and
91 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ volatile uint8_t comp_data_idx = 0; // Index for vertical bar groups. | |
|
||
volatile const uint8_t ucaf_compile_date[] PROGMEM = __DATE__; // Date of compilation | ||
volatile const uint8_t ucaf_compile_time[] PROGMEM = __TIME__; // Time of compilation | ||
volatile const uint8_t ucaf_version[] PROGMEM = "v0.11"; // Firmware version | ||
volatile const uint8_t ucaf_version[] PROGMEM = "v1.00"; // Firmware version | ||
volatile const uint8_t ucaf_author[] PROGMEM = "Maksim Kryukov aka Fagear ([email protected])"; // Author | ||
volatile const uint8_t ucaf_info[] PROGMEM = "ATmega sync gen/display tester"; // Firmware description | ||
|
||
|
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