rcrf-wifi/rx_esp32/src/commands.h
2024-06-13 21:17:13 +02:00

9 lines
118 B
C

#ifndef COMMAND_H
#define COMMAND_H
#include "../lib/cli/CMDList/CMDList.h"
extern CMDList_t* getCMDList();
#endif