Battery-Emulator/Software/src/devboard/webserver/can_replay_html.h
2025-02-26 23:31:16 +02:00

16 lines
238 B
C++

#ifndef CANREPLAY_H
#define CANREPLAY_H
#include <Arduino.h>
#include <string>
/**
* @brief Replaces placeholder with content section in web page
*
* @param[in] var
*
* @return String
*/
String can_replay_processor(void);
#endif