From: Joey Castillo Date: Wed, 19 Jan 2022 22:20:17 +0000 (-0500) Subject: accelerometer test face: hacks X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=c012a65ea225d24fa3e53b9f5e6acc8ce8c663ac;p=sensor-watch.git accelerometer test face: hacks --- diff --git a/apps/accelerometer-test/app.c b/apps/accelerometer-test/app.c index 4dee3fe..1f7803c 100644 --- a/apps/accelerometer-test/app.c +++ b/apps/accelerometer-test/app.c @@ -33,7 +33,7 @@ static void cb_tick(void) { } void app_init(void) { - watch_enable_debug_uart(9600); + watch_enable_debug_uart(460800); // this is glitchy now, but this enables a baud rate of 115200 when USB is disabled. watch_enable_display(); watch_display_string("AC Strean", 0);