Slimmed down binary
This commit is contained in:
parent
5fc6ee8422
commit
f0b809634b
|
@ -1,3 +1,5 @@
|
|||
#define ENABLE_HELP false
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <avr/eeprom.h>
|
||||
|
@ -782,6 +784,7 @@ void ss_printSettings(void) {
|
|||
}
|
||||
|
||||
void ss_printHelp(void) {
|
||||
#if ENABLE_HELP
|
||||
kprintf("----------------------------------\n");
|
||||
kprintf("Serial commands:\n");
|
||||
kprintf("!<data> Send raw packet\n");
|
||||
|
@ -825,4 +828,5 @@ void ss_printHelp(void) {
|
|||
kprintf("C Clear configuration\n");
|
||||
kprintf("H Print configuration\n");
|
||||
kprintf("----------------------------------\n");
|
||||
#endif
|
||||
}
|
|
@ -1,2 +1,2 @@
|
|||
#define VERS_BUILD 2172
|
||||
#define VERS_BUILD 2174
|
||||
#define VERS_HOST "shard"
|
||||
|
|
BIN
images/Modem.elf
BIN
images/Modem.elf
Binary file not shown.
3512
images/Modem.hex
3512
images/Modem.hex
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue