mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-10 21:09:24 +02:00
asic_response_buffer size fix
This commit is contained in:
parent
4cd7a38b9f
commit
dd0df1ae31
@ -57,7 +57,7 @@ typedef struct __attribute__((__packed__))
|
||||
|
||||
static const char * TAG = "bm1370Module";
|
||||
|
||||
static uint8_t asic_response_buffer[CHUNK_SIZE];
|
||||
static uint8_t asic_response_buffer[SERIAL_BUF_SIZE];
|
||||
static task_result result;
|
||||
|
||||
/// @brief
|
||||
|
Loading…
x
Reference in New Issue
Block a user