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 stm32 build action #101

Closed jmadden173 closed 1 week ago

jmadden173 commented 2 weeks ago

Name/Affiliation/Title John Madden, UCSC, Maintainer

Purpose of the PR Fix the stm32 build action. The action is currently set to build the tests env which will always fail since it does not have access to main files within the test folders.

Development Environment Linux spruce 6.8.2-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 28 Mar 2024 17:06:35 +0000 x86_64 GNU/Linux PlatformIO Core, version 6.1.7 Used ST-Link V3 MINIE

Test Procedure Run the action build command with the following

pio run

Additional Context N/A