Recovered code from robot 277044
This commit is contained in:
Arti Zirk
2024-11-03 15:47:18 +02:00
commit 00eec0a8d0
3 changed files with 113 additions and 0 deletions

10
.gitignore vendored Executable file
View File

@@ -0,0 +1,10 @@
# ignore code file
code.py
# ignore backup files
._*
# Mac OS stuff
.DS_Store
# ignore the ESP32 MicroPython binary
esp32*.bin
# ignore the development config file
config-dev.json