mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-01-17 14:18:16 +01:00
84e16c7d54
* Introduced namespace WebUI * Fixed Custom code that depends on WebUI. Cleaned up WebUI code: fixed braces around 'if's, introduced enum classes where appropriate and moved a bit of code around. * Removed 'using namespace'. * Updated polar coaster code. * Fixed WebUI:: bug in atari_1020. Added Grbl.ino.cpp to gitignore, as it shouldn't be committed. * Fixed auth_level Co-authored-by: Stefan de Bruijn <stefan@nubilosoft.com>
23 lines
214 B
Plaintext
23 lines
214 B
Plaintext
.pioenvs/
|
|
.pio/
|
|
Thumbs.db
|
|
.DS_Store
|
|
*.orig
|
|
embedded/node_modules
|
|
embedded/dist
|
|
*~
|
|
.pio/
|
|
.vscode/
|
|
.history/
|
|
*.pyc
|
|
.vs/
|
|
Debug/
|
|
Release/
|
|
*.vsarduino.h
|
|
__vm/
|
|
*.user
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.suo
|
|
Grbl_Esp32.ino.cpp
|