mirror of
https://github.com/pmarchini/Esp32Dimmer.git
synced 2026-02-07 03:08:07 +03:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
# ESP32 Dimmer Test Configuration
|
|
|
|
# Enable Unity test framework
|
|
CONFIG_UNITY_ENABLE_FLOAT=y
|
|
CONFIG_UNITY_ENABLE_DOUBLE=y
|
|
|
|
# Increase main task stack size for tests
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
|
|
|
# Enable detailed logging for tests
|
|
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
|
|
|
|
# FreeRTOS configuration
|
|
CONFIG_FREERTOS_HZ=1000
|