- add second pcb board_control, currently copy of previous board - not enough pins -> board_control handle ui send motorcommands via uart board_motorctl handle motors
27 lines
265 B
Plaintext
27 lines
265 B
Plaintext
# ESP-IDF
|
|
build
|
|
sdkconfig
|
|
sdkconfig.old
|
|
|
|
|
|
# VIM files
|
|
*.swp
|
|
*.swo
|
|
|
|
|
|
# React
|
|
**/react-app/build
|
|
**/react-app/.pnp
|
|
.pnp.js
|
|
node_modules
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|