1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[nrf52] add more tests (#10694)

This commit is contained in:
tomaszduda23
2025-09-29 23:11:57 +05:00
committed by GitHub
parent e3e98e2568
commit 054b215d8d
13 changed files with 23 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include "cover.h"
#include "esphome/core/log.h"
#include <strings.h>
namespace esphome {
namespace cover {

View File

@@ -1,5 +1,6 @@
#include "valve.h"
#include "esphome/core/log.h"
#include <strings.h>
namespace esphome {
namespace valve {