mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
accelerometer test face: hacks
This commit is contained in:
parent
99c518e421
commit
c012a65ea2
|
@ -33,7 +33,7 @@ static void cb_tick(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void app_init(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_enable_display();
|
||||||
watch_display_string("AC Strean", 0);
|
watch_display_string("AC Strean", 0);
|
||||||
|
|
Loading…
Reference in a new issue