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