├── README.md └── .gitattributes /README.md: -------------------------------------------------------------------------------- 1 | # ESP32 Battery operated boards 2 | Backup files for the boards 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | --------------------------------------------------------------------------------