Files
MeshCore-OTA/src/helpers/ota/OtaContext.cpp
T

13 lines
164 B
C++

#include "OtaContext.h"
namespace mesh {
namespace ota {
OtaContext& ota_ctx() {
static OtaContext ctx;
return ctx;
}
} // namespace ota
} // namespace mesh