Slimmed down binary

This commit is contained in:
Mark Qvist 2014-06-23 18:50:28 +02:00
parent 5fc6ee8422
commit f0b809634b
4 changed files with 1744 additions and 1848 deletions

View File

@ -1,3 +1,5 @@
#define ENABLE_HELP false
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <avr/eeprom.h> #include <avr/eeprom.h>
@ -782,6 +784,7 @@ void ss_printSettings(void) {
} }
void ss_printHelp(void) { void ss_printHelp(void) {
#if ENABLE_HELP
kprintf("----------------------------------\n"); kprintf("----------------------------------\n");
kprintf("Serial commands:\n"); kprintf("Serial commands:\n");
kprintf("!<data> Send raw packet\n"); kprintf("!<data> Send raw packet\n");
@ -825,4 +828,5 @@ void ss_printHelp(void) {
kprintf("C Clear configuration\n"); kprintf("C Clear configuration\n");
kprintf("H Print configuration\n"); kprintf("H Print configuration\n");
kprintf("----------------------------------\n"); kprintf("----------------------------------\n");
#endif
} }

View File

@ -1,2 +1,2 @@
#define VERS_BUILD 2172 #define VERS_BUILD 2174
#define VERS_HOST "shard" #define VERS_HOST "shard"

Binary file not shown.

File diff suppressed because it is too large Load Diff