rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restart and flash missing?

kvikindi opened this issue · comments

I might be taking crazy pills here, but going by the commit history, it seems that all references to the LED flash and restart api have been removed in versions since at least 1.0.6?

Also I'm seeing references to the "version 2" branch under releases, but there's none to be found?

Please advise, as reality is already kind of funky these days 😄

commented

I'd think the "version 2" branch is "develop", but I agree, this is confusing.

commented

Hi Ragnar,

No, you did not take any crazy pills! Version 2 was created to support more devices. This unfortunately required a common base and LED flash was removed. Restart was removed because this was only available after settings were changed and (if the type of the board is correct), restarting was no longer required.

On the Seeed ESP32S3 Sense the settings don't seem to take effect without a restart though (at least resolution doesn't) or am I missing something (or still a work in progress to support)?