firmware/src/mesh/http/ContentHelper.h

9 lines
131 B
C
Raw Normal View History

#include <Arduino.h>
#include <functional>
void replaceAll(std::string &str, const std::string &from, const std::string &to);