syntax is the bane of my work...
I don't understand why this would compile and work for one project but not another...const char Menu[40][32] = { "\033[91;2mShow Menu\033[93;2m <space>", "\033[0m ", "1 Read Flash status" }; char * ptr = &Menu; <- fails here [C...