I am trying to execute my program when my Raspberry Pi boots up with time sleep 10.
it workt only with time sleep:
"time sleep 10 && ./DotNetConsoleApps/Tinkerforge/helloweatherstation"

but it didn“t work when i try to start it on the Raspberry boot.
Like this:
"@reboot time sleep 10 && ./DotNetConsoleApps/Tinkerforge/helloweatherstation"
I need your help please