update deps & hotfix errors

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-06-16 15:15:34 +07:00
parent dc215addb4
commit a95e7bbb13
7 changed files with 124 additions and 71 deletions

View file

@ -59,16 +59,16 @@ async function handleAdbPayload(raw_payload: string) {
}
if (raw_payload.startsWith('save_recipe_machine')) {
handleIncomingMessages(
JSON.stringify({
type: 'ui_action',
payload: {
action: uiAction,
from: 'brew',
ref: `${pd}.${action}`
}
})
);
// handleIncomingMessages(
// JSON.stringify({
// type: 'ui_action',
// payload: {
// action: uiAction,
// from: 'brew',
// ref: `${pd}.${action}`
// }
// })
// );
}
} else if (raw_payload.startsWith('state')) {
let res = raw_payload.split('/');