Skip to content

Commit ddfe07c

Browse files
committed
cameras: fix white light gpio definition for aoqee c1
1 parent 10b298a commit ddfe07c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/cameras/aoqee_c1_t23n_sc2336_atbm6062/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"ir850": 45,
55
"ircut": "57 58",
66
"led_b": 46,
7-
"led_w": 60,
87
"mmc_cd": 50,
8+
"white": 60,
99
"wlan": {
1010
"pin": 47,
1111
"active_low": true
1212
}
1313
}
14-
}
14+
}

configs/cameras/aoqee_c1_t23n_sc2336_atbm6062cu/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"ir850": 45,
55
"ircut": "57 58",
66
"led_b": 46,
7-
"led_w": 60,
87
"mmc_cd": 50,
8+
"white": 60,
99
"wlan": {
1010
"pin": 47,
1111
"active_low": true
1212
}
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)