这个好像和利用wifi来连接MQTT服务器完全不是一回事。
esphome:
includes:
- components/4g_module/4g_module.h
esp32:
board: esp32dev
framework:
type: arduino
custom_component:
- lambda: |-
auto my_4g_module = new FourGModuleComponent(id(uart_bus));
App.register_component(my_4g_module);
return {my_4g_module};
4g_module.h
(2.67 KB, 下载次数: 0, 售价: 1 金钱)
|