mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
first
This commit is contained in:
9
include/SSDP.h
Normal file
9
include/SSDP.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "Consts.h"
|
||||
|
||||
#ifdef SSDP_ENABLED
|
||||
void SsdpInit();
|
||||
#endif
|
||||
Reference in New Issue
Block a user