mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-12 18:42:10 +01:00
github: enable warnings
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
5f183bfc42
commit
5b0e19438a
10 changed files with 26 additions and 20 deletions
4
SSDP.h
4
SSDP.h
|
|
@ -38,7 +38,7 @@ typedef enum {
|
|||
MULTICAST,
|
||||
UNICAST
|
||||
} ssdp_req_types_t;
|
||||
typedef struct ssdp_packet_t {
|
||||
struct ssdp_packet_t {
|
||||
bool pending;
|
||||
unsigned long recvd;
|
||||
ssdp_method_t method;
|
||||
|
|
@ -91,7 +91,7 @@ class UPNPDeviceType {
|
|||
char *getUSN(const char *st);
|
||||
void setChipId(uint32_t chipId);
|
||||
};
|
||||
typedef struct ssdp_response_t {
|
||||
struct ssdp_response_t {
|
||||
bool waiting;
|
||||
IPAddress address;
|
||||
uint16_t port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue