small improve wireviz prompt

This commit is contained in:
Volt23 2025-04-16 08:56:55 +02:00
parent 4b403ad600
commit 7230ef76d6

View File

@ -2086,7 +2086,7 @@ WRONG Ending with a Ferrule:
connections: connections:
[...] [...]
- -
- MainBoard: [1, 2, 3] - MainBoard: [1-3]
- Sensor_Cable: [1-3] - Sensor_Cable: [1-3]
- Sensor: [1-3] - Sensor: [1-3]
- # WRONG ORDER - END WITH FERRULES - # WRONG ORDER - END WITH FERRULES
@ -2110,7 +2110,7 @@ connections:
- --> - -->
- LED: [4] - LED: [4]
- # CORRECT ORDER - END WITH SET WITHOUT FERRULES - # CORRECT ORDER - END WITH SET WITHOUT FERRULES
- MainBoard: [1, 2, 3] - MainBoard: [1-3]
- Sensor_Cable: [1-3] - Sensor_Cable: [1-3]
- Sensor: [1-3] - Sensor: [1-3]