| Age | Commit message (Collapse) | Author |
|
Note: the uncrustify configuration is explicitly set to 'add' instead of
'force' in order not to alter the comments which use extra spaces after //
as a means of indenting text for clarity.
|
|
This is run with uncrustify 0.70.1, and black 19.10b0.
|
|
The esp8266 lwip_open library is compiled with -mforce-l32 so this array
does not need to be in RAM.
|
|
As mentioned in #4450, `websocket` was experimental with a single intended
user, `webrepl`. Therefore, we'll make this change without a weak
link `websocket` -> `uwebsocket`.
|