delta-12 / LaserTag

A Bop It! style laser tag game
0 stars 2 forks source link

espressif/idf Docker image does not work with build system #46

Open delta-12 opened 12 months ago

delta-12 commented 12 months ago

The "Docker" section of the development guide in the README specifies the espressif/idf Docker image in the commands listed. The current build system is no longer compatible with this image because it requires Cppcheck. All commands in this section should be updated to use the d3lta12/idf-cppcheck Docker image, which is a modified version of the espressif/idf image with Cppcheck. Also verify all Docker commands in the README are run with the -it option.