mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-20 04:14:22 -04:00
Slimmed down binary
This commit is contained in:
parent
5fc6ee8422
commit
f0b809634b
4 changed files with 1744 additions and 1848 deletions
|
@ -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
|
||||||
}
|
}
|
|
@ -1,2 +1,2 @@
|
||||||
#define VERS_BUILD 2172
|
#define VERS_BUILD 2174
|
||||||
#define VERS_HOST "shard"
|
#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…
Add table
Add a link
Reference in a new issue