skot / ESP-Miner

A bitcoin ASIC miner for the ESP32
GNU General Public License v3.0
357 stars 132 forks source link

BM1366 init() possible problem #258

Closed Georges760 closed 2 months ago

Georges760 commented 3 months ago

This line in the BM1366 init() change the UART baudrate of the Chip to a higher one. So all command after this line should be ignored by the ASIC because of baudrate mismatch...

I don't understand how it is functional with this line !

WantClue commented 3 months ago

have you tried to match it and see what happens ? :D