unusedLogFormat

This commit is contained in:
rusefillc 2021-11-22 13:37:06 -05:00
parent bc0c1a6b4a
commit a369e7e3d3
3 changed files with 1 additions and 4 deletions

View File

@ -644,8 +644,6 @@ static void setDefaultEngineConfiguration() {
// todo: start using this for custom MAP
engineConfiguration->mapHighValueVoltage = 5;
engineConfiguration->logFormat = LF_NATIVE;
engineConfiguration->HD44780width = 20;
engineConfiguration->HD44780height = 4;

View File

@ -550,7 +550,7 @@ custom display_mode_e 4 bits, U32, @OFFSET@, [0:1], "none", "hd44780", "hd44780
display_mode_e displayMode;
custom log_format_e 4 bits, U32, @OFFSET@, [0:0], "native", "Mega Log Viewer"
log_format_e logFormat;
log_format_e unusedLogFormat;
int byFirmwareVersion;;"index", 1, 0, 0, 300, 0
int HD44780width;;"index", 1, 0, 0, 300, 0
int HD44780height;;"index", 1, 0, 0, 300, 0

View File

@ -3248,7 +3248,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "showSdCardWarning", showSdCardWarning
field = "CS Pin", sdCardCsPin
field = "SPI", sdCardSpiDevice
field = "log format", logFormat
field = "Write Period", sdCardPeriodMs
dialog = gpsReceiver, "GPS Receiver"