This commit is contained in:
andreyb 2023-07-18 12:16:39 -07:00
commit 4b00688025
3 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Generate Pinouts
uses: chuckwagoncomputing/interactive-pinout@2.7
uses: chuckwagoncomputing/interactive-pinout@2.8
with:
mapping-path: ./firmware/config/boards/*/connectors/*.yaml
warnings: "false"

View File

@ -0,0 +1,5 @@
#include "pch.h"
TEST(LambdaMonitor, x) {
}

View File

@ -80,6 +80,7 @@ TESTS_SRC_CPP = \
tests/test_gpiochip.cpp \
tests/test_deadband.cpp \
tests/test_knock.cpp \
tests/test_lambda_monitor.cpp \
tests/sensor/basic_sensor.cpp \
tests/sensor/func_sensor.cpp \
tests/sensor/function_pointer_sensor.cpp \