#include "esh_history.h" void addCommandToHistory(char* command) { // TODO } char* receiveCommandFromHistory(int step = 1) { // TODO }