Skip to content
Snippets Groups Projects

CI: build recovery

Merged moon2 requested to merge ci_recovery into main
All threads resolved!
Files
2
+ 3
1
@@ -9,6 +9,8 @@
#include "ctx.h"
// clang-format on
fail_on_purpose();
static void _header_draw(Ctx *ctx) {
// Draw background.
ctx_rgb(ctx, 0.29, 0.10, 0.35);
@@ -119,7 +121,7 @@ void rec_menu_process(menu_t *menu) {
static int debounce = 0;
menu_entry_t *entry = &menu->entries[menu->selected];
st3m_tripos left = st3m_io_left_button_get();
st3m_tripos left = st3m_io_app_button_get();
if (debounce > 0) {
if (left == st3m_tripos_none) debounce--;
Loading