-
- Downloads
extmod/moduwebsocket: Make close_resp static array const to not use RAM.
The esp8266 lwip_open library is compiled with -mforce-l32 so this array does not need to be in RAM.
Please register or sign in to comment
The esp8266 lwip_open library is compiled with -mforce-l32 so this array does not need to be in RAM.