prusa3d / Prusa-Firmware-ESP32-Cam

Firmware for ESP32 Cam modules to be used in Prusa Connect
GNU General Public License v3.0
97 stars 10 forks source link

Prusa Connect Camera name resets after Camera reboot #19

Closed jimwsmith closed 1 month ago

jimwsmith commented 1 month ago

Every time Camera reboots, the displayed name in PrusaConnect resets to ESP32-CAM. I manually edit it and it's fine until the camera reboots

johnyHV commented 1 month ago

Yes, currently the camera name is a constant, and the camera name is always sent after connecting to the network. I can add the option to set the camera name in ESP32-cam

jimwsmith commented 1 month ago

Would be great to have ability to set Camera name in ESP32-cam.

johnyHV commented 1 month ago

@jimwsmith The current FW 1.0.2-rc2 uses the mDNS record as the camera name in PrusaConnect. I think it is the correct use of one variable for 2 functions.

jimwsmith commented 1 month ago

@jimwsmith The current FW 1.0.2-rc2 uses the mDNS record as the camera name in PrusaConnect. I think it is the correct use of one variable for 2 functions.

Works great (and saves creating a new setting too)

johnyHV commented 1 month ago

Great. Thank you for the improvement suggestion :) .