mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 14:00:37 +08:00

Fix issue with latest npm: use node instead of npx for bin2c conversion script Fix fs status in mobile view not properly wrapped in embeeded page Add linux notes for platformIO for embedded page Bump version
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
|
||
|