Matteo Crippa
Matteo Crippa
0.0.14 has not been released yet, the fastest way is to install it using vscode+platformio
I didn't get, did you try to connect the board and then select Build & Upload? I see you are in master branch
I can't see what version is running? 0.0.13 or 0.0.14? Btw I see you managed to make it work now from source
I recall I was reversing it, I had an unit test to verify the calculated merkle on top of a few examples. I think it's reversed in another func, I...
Can you just open the serial monitor and reboot the board, it should connect and show you which version is running
I'm a bit lost, what's the issue @tiger0007t ? I see it running, I've just released a v0.0.15 and tested for 1hr with a Weimos D1 and worked fine for...
Can I close this and let's put the esp8266 issue under an unique issue
Same here, I think there's something wrong in the cli flasher. I was testing using platformio on EP32, ESP32-S2 and ESP32-S3 and I never hit this issue, alternative can be...
@PSLLSP so it's mining, but not blinking? So we need to figure out what's the [GPIO](https://github.com/matteocrippa/leafminer/blob/main/src/utils/blink.cpp) for the led, for sure it's not 2
Btw checkin the verbose log of Platfomio, it flashes it in this way: ``` esptool.py --chip esp32 --port "/dev/cu.Bluetooth-Incoming-Port" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq...