summaryrefslogtreecommitdiff
path: root/Mode
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-23 14:16:44 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-23 14:16:44 -0600
commitb30884816bd4af4e435c265d0e061c900e25ae88 (patch)
tree1f2a511c31340b9d9b119b62dade9df6b3193747 /Mode
parente1736be283e3da3df63e9d29c9382c076e59f80e (diff)
downloadmtdot-box-evb-factory-firmware-b30884816bd4af4e435c265d0e061c900e25ae88.tar.gz
mtdot-box-evb-factory-firmware-b30884816bd4af4e435c265d0e061c900e25ae88.tar.bz2
mtdot-box-evb-factory-firmware-b30884816bd4af4e435c265d0e061c900e25ae88.zip
display product id on startup screen, change baud rates to 115k, set log level to trace
Diffstat (limited to 'Mode')
-rw-r--r--Mode/ModeConfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mode/ModeConfig.cpp b/Mode/ModeConfig.cpp
index 6075897..35a81bd 100644
--- a/Mode/ModeConfig.cpp
+++ b/Mode/ModeConfig.cpp
@@ -24,6 +24,7 @@ ModeConfig::ModeConfig(DOGS102* lcd, ButtonHandler* buttons, mDot* dot, LoRaHand
_lc(lcd),
_serial(USBTX, USBRX, 512, 512)
{
+ _serial.baud(115200);
addCommand(new CmdAttention(_dot));
addCommand(new CmdIdentification(_dot, _serial));