mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-08-08 17:01:58 +02:00
remove debug
This commit is contained in:
@@ -120,11 +120,10 @@ void stratum_task(void * pvParameters)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ESP_LOGI(TAG, "Extranonce: %s", GLOBAL_STATE->extranonce_str);
|
//ESP_LOGI(TAG, "Extranonce: %s", GLOBAL_STATE->extranonce_str);
|
||||||
// ESP_LOGI(TAG, "Extranonce 2 length: %d", GLOBAL_STATE->extranonce_2_len);
|
//ESP_LOGI(TAG, "Extranonce 2 length: %d", GLOBAL_STATE->extranonce_2_len);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
ESP_LOGI(TAG, "rx: waiting");
|
|
||||||
char * line = STRATUM_V1_receive_jsonrpc_line(GLOBAL_STATE->sock);
|
char * line = STRATUM_V1_receive_jsonrpc_line(GLOBAL_STATE->sock);
|
||||||
ESP_LOGI(TAG, "rx: %s", line); // debug incoming stratum messages
|
ESP_LOGI(TAG, "rx: %s", line); // debug incoming stratum messages
|
||||||
STRATUM_V1_parse(&stratum_api_v1_message, line);
|
STRATUM_V1_parse(&stratum_api_v1_message, line);
|
||||||
|
Reference in New Issue
Block a user