jlab-sensing / soil-power-sensor-firmware

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

Fix the errors resulting from recent merges into main that cause code to hang #80

Closed stevegtaylor closed 2 months ago

stevegtaylor commented 2 months ago

Describe the Bug A clear and concise description of what the bug is.

To Reproduce Pull commit 1be7bfa from main and execute Merge pull request https://github.com/jlab-sensing/soil-power-sensor-firmware/pull/77 from jlab-sensing/fixing-current-adc

Expected Behavior When the pull request was merged, I expected the current integration to be smoothly integrated into main. Allowing us to get full power measurements.

Environment

Additional Context Appears to be related to the recurring RT

stevegtaylor commented 2 months ago

The merge also seem to cause issues with the debugger

stevegtaylor commented 2 months ago

resolves #80