Files
ESP-Miner/components/stratum/CMakeLists.txt
WantClue a904d5138b Add stratum response time (#1063)
* feat: add stratum response time

* fix: use esp_timer and move the response tracking to it's dedicated function call

* feat: add response time to UI

* feat: tie to the stratum id

* fix: refactor parsing

* fix: start a bit later

* fix: refactor style

* fix: modulo the request id

* Update main/tasks/stratum_task.c

Co-authored-by: Johnny <johnny9dev@pm.me>

* Update main/tasks/stratum_task.c

Co-authored-by: Johnny <johnny9dev@pm.me>

---------

Co-authored-by: Johnny <johnny9dev@pm.me>
2025-06-25 21:50:43 +02:00

15 lines
195 B
CMake

idf_component_register(
SRCS
"utils.c"
"mining.c"
"stratum_api.c"
INCLUDE_DIRS
"include"
REQUIRES
"json"
"mbedtls"
"app_update"
"esp_timer"
)