Add mqtt broker, add file tree browser
On pycameresp :
- Added an mqtt broker, probably the only one that runs in micropython under esp32.
- Added a web interface to parse the file system and download files.
- Improved usability of "rm","mv","cp" shell commands.
- Some minor improvements on the embedded text editor.
- To access the shell, you must now type "Ctrl-Z".
- Added a class to manage the UDA 1334, allowing to play .raw files (wav without the header), and also the possibility of creating triangular and sinusoidal signals. The ultimate goal is from an esp32cam, to control an audio device, to play presence sounds, in order to discourage any burglar (It will be another device than the uda1334).
On Camflasher :
- Added the possibility to configure the serial port speed and other parameters.
I removed the Pico PI firmware the flash is too small, the Pico PI W still seems to work.
Note : the V17 version worked for 45 days without any reboot or crash, and took more than 8 million images.