accelerometer test face: hacks

This commit is contained in:
Joey Castillo 2022-01-19 17:20:17 -05:00
parent 99c518e421
commit c012a65ea2

View 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);