Skip to content

Commit e93a311

Browse files
committed
fix typo channels -> Channels
1 parent 26662c2 commit e93a311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/local_conf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If you're using physical hardware (valves, sensors, LEDs), specify GPIO pin conn
156156

157157
```json
158158
{
159-
"channels": {
159+
"Channels": {
160160
"Liquid": {"1": 22, "2": 23},
161161
"Lick": {"1": 17, "2": 27},
162162
"Odor": {"1": 24, "2": 25}
@@ -166,7 +166,7 @@ If you're using physical hardware (valves, sensors, LEDs), specify GPIO pin conn
166166

167167
**Settings explanation:**
168168

169-
- **`channels`**: Maps hardware types to GPIO pin assignments
169+
- **`Channels`**: Maps hardware types to GPIO pin assignments
170170
- **Default**: Not set (no hardware channels configured)
171171
- **Purpose**: Tells EthoPy which GPIO pins control which hardware devices
172172

@@ -294,7 +294,7 @@ If your database uses custom schema names:
294294
},
295295
"source_path": "/home/pi/experiment_data",
296296
"target_path": "/home/pi/experiment_backup",
297-
"channels": {
297+
"Channels": {
298298
"Liquid": {"1": 22, "2": 23},
299299
"Lick": {"1": 17, "2": 27}
300300
}

0 commit comments

Comments
 (0)