SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
version.hpp
Go to the documentation of this file.
1 
10 #pragma once
11 
12 namespace SPSP
13 {
18  constexpr const char* const VERSION = "0.6.0";
19 } // namespace SPSP
SPSP::VERSION
constexpr const char *const VERSION
Version of SPSP.
Definition: version.hpp:18