jlab-sensing / ENTS-node-firmware

Firmware for STM32 and ESP32 microcontrollers on the Soil Power Sensor board
MIT License
0 stars 3 forks source link

PlatformIO static code analysis in CI #52

Closed jmadden173 closed 5 months ago

jmadden173 commented 7 months ago

Static code analysis would help prevent simple errors that cause developers headaches. It would also help with ensuring code quality in the repo. It should be a drop in execution as the following command runs on my machine:

pio check
jmadden173 commented 5 months ago

Duplicate of #59