-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed swapped 0 and 1 in clearing commands
- Loading branch information
1 parent
e944a99
commit e47a547
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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,7 +1,7 @@ | ||
#ifndef USER_MAIN_H_H | ||
#define USER_MAIN_H_H | ||
|
||
#define FIRMWARE_VERSION "0.6.4+" GIT_HASH | ||
#define FIRMWARE_VERSION "0.6.5+" GIT_HASH | ||
#define TERMINAL_GITHUB_REPO "https://github.com/MightyPork/esp-vt100-firmware" | ||
|
||
#endif //USER_MAIN_H_H |