ESPHome  2024.4.1
dashboard_import.cpp
Go to the documentation of this file.
1 #include "dashboard_import.h"
2 
3 namespace esphome {
4 namespace dashboard_import {
5 
6 static std::string g_package_import_url; // NOLINT
7 
8 std::string get_package_import_url() { return g_package_import_url; }
9 void set_package_import_url(std::string url) { g_package_import_url = std::move(url); }
10 
11 } // namespace dashboard_import
12 } // namespace esphome
std::string get_package_import_url()
void set_package_import_url(std::string url)
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7