stakwork / sphinx-key

Lightning hardware signer on ESP32
28 stars 1 forks source link

upgrade to esp-idf-sys 0.33.1 #84

Closed irriden closed 1 year ago

irriden commented 1 year ago

upgrade all related dependencies rework wifi setup accordingly

irriden commented 1 year ago

@Evanfeenstra take a look :) As for the wifi setup, I'm copying the example they have in esp-idf-svc.

They also have an async version let me know if that's interesting.

Unfortunately, #83 still pops up :)

irriden commented 1 year ago

Right here: https://github.com/esp-rs/esp-idf-svc/blob/master/examples/wifi.rs

irriden commented 1 year ago

@Evanfeenstra f9c5085 upgrades ESP_IDF to release/v5.0. I tried v5.1, it currently does not build, and master currently breaks our SD card setup.

I think this is the best short term solution.

irriden commented 1 year ago

Can confirm with v5.0 everything works fine.

irriden commented 1 year ago

@Evanfeenstra if you are good though - I say we can merge this. Still good to keep up with ESP_IDF progress :)

irriden commented 1 year ago

@Evanfeenstra factory is now on par with the main app. All still working on my side with no issues :)