Fix namespace names

This commit is contained in:
Edward Firmo
2024-02-23 23:08:40 +01:00
parent 6467f666f3
commit 13a1822c6e
2 changed files with 10 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#include <string>
namespace nspanel_ha_blueprint {
namespace nspanel_ha_blueprint_upload_tft {
/**
* Constructs the TFT file URL based on branch, model, default URL, and base URL.
@@ -42,4 +42,4 @@ namespace nspanel_ha_blueprint {
return url; // Return the constructed URL
}
} // namespace nspanel_ha_blueprint
} // namespace nspanel_ha_blueprint_upload_tft