- added delete function for the api

This commit is contained in:
2023-06-03 10:40:05 +02:00
parent 8796da97b5
commit b297a31b6b
2 changed files with 58 additions and 14 deletions
+2
View File
@@ -109,6 +109,8 @@ class MenuRoute : public MenuControl {
*/
void exportRoute(uint8_t routeNumber);
void deleteRoute(uint8_t routeNumber);
/**
* @brief Delete the current Route.
*