Fixed error I made in makefile (python call now works - IF you have python installed)

This commit is contained in:
OneOfEleven
2023-09-21 07:31:29 +01:00
parent 5fe4e81c79
commit 835378c78c
23 changed files with 196 additions and 49 deletions

View File

@@ -26,7 +26,8 @@ enum FUNCTION_Type_t
FUNCTION_MONITOR,
FUNCTION_INCOMING,
FUNCTION_RECEIVE,
FUNCTION_POWER_SAVE
FUNCTION_POWER_SAVE,
FUNCTION_BAND_SCOPE
};
typedef enum FUNCTION_Type_t FUNCTION_Type_t;