mirror of
https://github.com/luc-github/ESP3DLib.git
synced 2026-03-05 07:34:05 +01:00
Put all reference to Marlin header in esp3dLib_config.h for simplifcation Use ESP3D3.0 embedded page ( not yet modified with Marlin link)
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
* Fix dev websocket server cannot work under Linux
|
||
> sudo apt-get install libcap2-bin
|
||
> sudo setcap cap_net_bind_service=+ep `readlink -f \`which node\``
|
||
|
||
* Fix ‘ and “ need space to be displayed under Linux
|
||
> setxkbmap -layout us
|
||
|