]> git.earman.xyz Git - sensor-watch.git/commitdiff
accelerometer test face: hacks
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 19 Jan 2022 22:20:17 +0000 (17:20 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 19 Jan 2022 22:20:29 +0000 (17:20 -0500)
apps/accelerometer-test/app.c

index 4dee3fe5703d4b48cfcd9452d4af459dfac8c918..1f7803c6f1ea266a5e8b0b21151828d40fcfa880 100644 (file)
@@ -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);