I get a lot of errors in the MakeFiles.txt
For example in line 9:
Code: Select all
string(TOLOWER $ENV{ESP_AT_MODULE_NAME} LOWER_NAME)
Code: Select all
string(TOLOWER $ENV{ESP_AT_MODULE_NAME} OUTPUT_VARIABLE LOWER_NAME)
like in the following:
Code: Select all
string(SUBSTRING "${PLATFORM_STR}" 9 ${SUBSTR_LENGTH} OUTPUT_VARIABLE PLATFORM_NAME)
Maybe I am using the wrong ISE (Visual Studio Code) or the wrong compiler (mingw32-gcc.exe).