1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 16:51:52 +00:00
This commit is contained in:
Jonathan Swoboda
2025-12-15 10:20:52 -05:00
parent b9d59f5a00
commit fe315a4cf8

View File

@@ -16,7 +16,7 @@
void setup();
void loop();
// Weak stub for initArduino - overridden when Arduino framework is present
// Weak stub for initArduino - overridden when the Arduino component is present
extern "C" __attribute__((weak)) void initArduino() {}
namespace esphome {