Skip to content
Snippets Groups Projects
Commit c3b0fc7e authored by moon2's avatar moon2 :speech_balloon:
Browse files

CI: build recovery

(actually two MRs in a trenchcoat, also fixes broken recovery)
(be cool about it tho~)
parent 2c9878e1
No related branches found
No related tags found
1 merge request!259CI: build recovery
Pipeline #7525 passed
......@@ -37,6 +37,12 @@ build:
paths: ['build/flow3r.elf']
expire_in: 5 hours
build_recovery:
stage: build
script:
- cd recovery
- idf.py build
simulate:
stage: build
script:
......
......@@ -119,7 +119,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--;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment