commit e9012264d24f513b8e9026f0f5093775fd44da09
parent 35fd41155b45e4095f5f15f87408a8ba79e1e176
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Sun, 12 Apr 2026 16:50:03 -0300
Remover código comentado no utlizado en `main.c`
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/firmware-nucleo/Core/Src/main.c b/firmware-nucleo/Core/Src/main.c
@@ -139,11 +139,6 @@ int main(void)
/* Application Update */
app_update();
- // send reset signal to sensor, a low pulse for no less than 480 us
- // uint8_t data = 0xF0;
- // HAL_UART_Transmit(&huart1, &data, 1, 100);
- // DS18B20_Read_temp();
- // LOGGER_INFO("%d°C", (int)g_DS18B20_temp);
}
/* USER CODE END 3 */
}