flipperdevices / qFlipper

qFlipper — desktop application for updating Flipper Zero firmware via PC
https://update.flipperzero.one
GNU General Public License v3.0
1.17k stars 156 forks source link

Add download server config for 3'rd party fw #224

Open GameLord2011 opened 1 month ago

GameLord2011 commented 1 month ago

put an option to change the update download server for 3'rd party fw

GameLord2011 commented 1 month ago

my idea is to, instead of compiling the update server with qFlipper do something like this in backend.cpp line 37: change: m_firmwareUpdateRegistry(new FirmwareUpdateRegistry("https://update.flipperzero.one/firmware/directory.json", this)) to: m_firmwareUpdateRegistry(new FirmwareUpdateRegistry("server.txt".Contents, this)) or something, i don't code w/ the qt framework