mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
@ -12,7 +12,7 @@ const char script8[] PROGMEM="5. Repeat 4 until going straight\n";
|
||||
|
||||
char buffer[42];//must be longer than text
|
||||
|
||||
PROGMEM const char *scripts[]={
|
||||
const char * const scripts[] PROGMEM = {
|
||||
script1,
|
||||
script2,
|
||||
script3,
|
||||
|
Reference in New Issue
Block a user