firmware: expose temp lookup outside disabled UART block

This commit is contained in:
2026-06-08 09:07:38 -06:00
parent 954bef4291
commit 730da5482f
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -458,5 +458,5 @@ def test_temp_config_lookup_is_available_to_http_handlers():
assert "findTempConfigIndexForUart" not in source
helper_pos = source.index("int findTempConfigIndexById(")
uart_guard_pos = source.index("#if DASHBOARD_UART_ENABLED")
assert helper_pos < uart_guard_pos
first_uart_guard_pos = source.index("#if DASHBOARD_UART_ENABLED")
assert helper_pos < first_uart_guard_pos