Add a route to get the list of supported platforms for OTA

This commit is contained in:
2024-10-05 13:03:30 +02:00
parent 382c44a18a
commit e1a94acdcb
6 changed files with 19 additions and 1 deletions

View File

@ -4,5 +4,6 @@ pub mod crypto;
pub mod devices;
pub mod energy;
pub mod logs;
pub mod ota;
pub mod server;
pub mod utils;