Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 17, 2016
1 parent 2880796 commit a155469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Horus 3D Scanner Firmware

This firmware is written in C.
This firmware is written in C. Version 0.2.

Derived from Grbl v0.9 by Jesús Arroyo (Mundo Reader S.L.)

Expand Down
2 changes: 1 addition & 1 deletion report.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ void report_startup_line(uint8_t n, char *line)
// Prints build info line
void report_build_info(char *line)
{
printPgmString(PSTR("[" HORUS_VERSION "." HORUS_VERSION_BUILD ":"));
printPgmString(PSTR("[" HORUS_VERSION ":"));
printString(line);
printPgmString(PSTR("]\r\n"));
}
Expand Down
3 changes: 1 addition & 2 deletions settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
#define settings_h


#define HORUS_VERSION "0.1"
#define HORUS_VERSION_BUILD "20141005"
#define HORUS_VERSION "0.2"

// Version of the EEPROM data. Will be used to migrate existing data from older versions of Horus
// when firmware is upgraded. Always stored in byte 0 of eeprom
Expand Down

0 comments on commit a155469

Please sign in to comment.