Enviro plus

Hello! Please would someone be kind to show me how to boot an example on the enviro plus board. Tried to add the line at the bottom of the nano edit but no look.

Greetings!

May I suggest the following:

ensure that your target script file has the +x flag. Thereby making it executable.

amend the line shown to: @reboot python3 (correct path to file and file name and extension)
or you could also try :

@reboot ./(correct path to file and file name and extension)

the systemd method would be a bit more reliable, the pihut have a good guide here.

I hope this helps! 👍😃