- minor big fixes

- default settings toggled
-update camera zoom need to test
This commit is contained in:
2025-11-04 13:38:06 +00:00
parent 76643cc84c
commit 61894c0c42
9 changed files with 43 additions and 51 deletions

View File

@@ -374,6 +374,7 @@ export type ModemConfig = {
export type ZoomInOptions = {
camera: string;
multiplier: number;
multiplierText?: string;
};
export type zoomConfig = {
@@ -407,5 +408,6 @@ export type NPEDSTATE = {
export type NPEDACTION = {
type: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
payload: any;
};