We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1db039 commit e51652eCopy full SHA for e51652e
components/gpio_control/test/gpio_settings_test.ini
@@ -39,6 +39,7 @@ hold_time: 2
39
iteration_time: 0.2
40
; led_pin: <GPIO no. of attached LED>, if LED used
41
functionCall: functionCallShutdown
42
+led_pin : 12
43
44
[Volume0]
45
enabled: False
@@ -85,4 +86,4 @@ pull_up_down: pull_up
85
86
[StatusLED]
87
enabled: True
88
Type: StatusLED
-Pin: 14
89
+Pin: 12
components/gpio_control/test/test_gpio_control.py
@@ -36,5 +36,6 @@ def testMain():
36
gpio_controler = gpio_control(phoniebox_function_calls)
37
38
devices = gpio_controler.get_all_devices(config)
+ gpio_controler.checkDevicesDependencies()
gpio_controler.print_all_devices()
pass
0 commit comments