Skip to content

Commit 6b8c3a1

Browse files
committed
small change in startup
1 parent fb9bfe4 commit 6b8c3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ void app_main(void)
108108
ssd1306_setString("Welcome",25,9);
109109
ssd1306_display();
110110

111-
//display screen one second before starting up ble and crsf read
112-
vTaskDelay(1000 / portTICK_PERIOD_MS);
111+
//display screen 2 seconds before starting up ble and crsf read
112+
vTaskDelay(2000 / portTICK_PERIOD_MS);
113113
ssd1306_clear();
114114
ssd1306_display();
115115

0 commit comments

Comments
 (0)