Add route to download firmware on device

This commit is contained in:
2024-10-05 20:00:57 +02:00
parent 37844ae5fa
commit aa262879f0
4 changed files with 35 additions and 1 deletions

View File

@ -1,4 +1,5 @@
pub mod device_logging_controller;
pub mod devices_ota;
pub mod jwt_parser;
pub mod mgmt_controller;
pub mod utils_controller;