First install on RPI - bash command not found.
-
I am new to the Linux/Bash world.
I have cloned the dev branch.
I have cd into MySensors directory.Now when I issue any of these commands
--my-transport=rfm69 --my-rfm69-frequency=868 --my-is-rfm69hw
I get these errors.bash: --my-rfm69-frequency=915: command not found
bash: --my-is-rfm69hw: command not foundWhat am I missing?
-
@Terrence write ./configure before all parameters
-
@mfalkvidd said in First install on RPI - bash command not found.:
write ./configure before all parameters
Oh, ok, I will try that.