Battery-Emulator/Software/src/devboard/webserver/events_html.h

18 lines
291 B
C++

#ifndef EVENTS_H
#define EVENTS_H
#include <Arduino.h>
#include <algorithm>
#include <vector>
#include "../utils/events.h"
/**
* @brief Replaces placeholder with content section in web page
*
* @param[in] var
*
* @return String
*/
String events_processor(const String& var);
#endif