Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yellobyte committed Nov 29, 2023
1 parent bb9e10e commit d095624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoapESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class SoapESP32
unsigned int seekServer(unsigned int scanDuration = SSDP_SCAN_DURATION);
unsigned int getServerCount(void);
bool getServerInfo(unsigned int srv, soapServer_t *serverInfo);
bool getServerCapabilities(unsigned int srv, eCapabilityType capability, soapServerCapVect_t *result);
bool getServerCapabilities(const unsigned int srv, eCapabilityType capability, soapServerCapVect_t *result);
bool browseServer(const unsigned int srv, const char *objectId, soapObjectVect_t *browseResult,
const uint32_t startingIndex = SOAP_DEFAULT_BROWSE_STARTING_INDEX,
const uint16_t maxCount = SOAP_DEFAULT_BROWSE_MAX_COUNT);
Expand Down

0 comments on commit d095624

Please sign in to comment.