-
- Downloads
extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM.
The esp8266 lwip_open library is compiled with -mforce-l32 so these arrays do not need to be in RAM.
Please register or sign in to comment
The esp8266 lwip_open library is compiled with -mforce-l32 so these arrays do not need to be in RAM.