mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-10 08:38:41 +00:00
missing quote
This commit is contained in:
parent
ad5dbaec73
commit
5d35780498
@ -480,7 +480,7 @@ void export_gpio(int ch, int ot, int invert, int direction)
|
||||
// The solution might be to use the new gpiod approach.
|
||||
|
||||
dw_printf ("It looks like gpio with sysfs is not supported on this operating system.\n");
|
||||
dw_printf ("Rather than the following form, in the configuration file,\n);
|
||||
dw_printf ("Rather than the following form, in the configuration file,\n");
|
||||
dw_printf (" PTT GPIO %s\n", stemp);
|
||||
dw_printf ("try using gpiod form instead. e.g.\n");
|
||||
dw_printf (" PTT GPIOD gpiochip0 %s\n", stemp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user