ESPHome  2024.3.1
dashboard_import.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 namespace esphome {
6 namespace dashboard_import {
7 
8 std::string get_package_import_url();
9 void set_package_import_url(std::string 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