Skip to content

Commit a155469

Browse files
committed
Version updated
1 parent 2880796 commit a155469

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Horus 3D Scanner Firmware
22

3-
This firmware is written in C.
3+
This firmware is written in C. Version 0.2.
44

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

report.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void report_startup_line(uint8_t n, char *line)
355355
// Prints build info line
356356
void report_build_info(char *line)
357357
{
358-
printPgmString(PSTR("[" HORUS_VERSION "." HORUS_VERSION_BUILD ":"));
358+
printPgmString(PSTR("[" HORUS_VERSION ":"));
359359
printString(line);
360360
printPgmString(PSTR("]\r\n"));
361361
}

settings.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
#define settings_h
2929

3030

31-
#define HORUS_VERSION "0.1"
32-
#define HORUS_VERSION_BUILD "20141005"
31+
#define HORUS_VERSION "0.2"
3332

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

0 commit comments

Comments
 (0)