Remix.run Logo
tylerc230 3 hours ago

I do something similar. I have all my esp/idf code in one crate and all my business logic in a separate crate. The business crate has no dependencies that won’t compile/run on the host. This is where all my tests live.

sensora an hour ago | parent [-]

[flagged]