whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.19k stars 221 forks source link

SD driver does not compile #20

Closed gruntcoder closed 7 years ago

gruntcoder commented 7 years ago

Recent changes to the SPI interface has broken the SD driver.

spi_transfer function signature has changed; the results is now error / success status, and the byte read is passed by reference.

If you haven't already fixed this then I have a version that is working (along with a few other small enhancements). I can submit a pull request

jolivepetrus commented 7 years ago

Perfect. Submit pull request if you can.

jolivepetrus commented 7 years ago

Thanks for report this.

This has been solved in this commit: https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/345c3b251037633cf1f7393d10dfc4161fadce9d

jolivepetrus commented 7 years ago

Let me to close this issue. No feedback were provided.