Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ARCHITECTURES := arm arm64
PLATFORMS := rg35xxplus tg5040

JQ_VERSION ?= 1.7.1
MINUI_LIST_VERSION := 0.7.0
MINUI_LIST_VERSION := 0.10.1
MINUI_BTNTEST_VERSION := 0.5.0
MINUI_PRESENTER_VERSION := 0.4.0
MINUI_PRESENTER_VERSION := 0.7.0

clean:
rm -f bin/*/jq || true
Expand Down
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ main_screen() {
fi
fi

minui-list --file "$minui_list_file" --format json --title "$HUMAN_READABLE_NAME" --confirm-text "SAVE" --item-key "settings" --stdout-value state
minui-list --file "$minui_list_file" --format json --title "$HUMAN_READABLE_NAME" --confirm-text "SAVE" --item-key "settings" --write-value state
}

cleanup() {
Expand Down