danimaciasperea / Roomberry

Roomberry is a surveillance robot based on Roomba and controlled by a Raspberry Pi Zero W with a camera module
https://domoticproject.com/roomberry-surveillance-robot-roomba-raspberry-pi-zero-w-camera
MIT License
27 stars 7 forks source link

missing multimedia folder #13

Closed marcostrullato closed 5 years ago

marcostrullato commented 5 years ago

Hi Daniel, the script roomberryWrapper.php is not creating the multimedia folder, which is required. I'm opening this issue just to remember to add the code and open a pull request.

Cheers

marcostrullato commented 5 years ago

Hi Daniel,

I've added the fix for the creation of the multimedia folder. I coded that after the other pull request, so I'm not 100% sure it's included. Please let me know otherwise.

Thanks

danimaciasperea commented 5 years ago

Hi Marco,

Thanks for your work. I can't find in your commit where have you included this folder creation. However, the default path included in the code (/media) should work by default, considering that it is included in the Raspbian images.

Regards,

Daniel