You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the modified Realtek WiFi code. It seems that scanAlloc() returns the amount of allocated items, then the Realtek code tries to assign to the last item. The index in [] is wrong though, it tries to assign to one item past the last one.
Can you try adding last--; right after the if() that checks if the allocation succeeded? That should fix the issue.
Also, since you're using the generic BX version in your project, we can add that EMW board natively to LibreTiny. It could even have its own flash layout and pinout drawing to best match that board.
LT 1.5.0 crashes on EMW3080 (RTL8710BN clone) as reported here: hn/ginlong-solis#22
LT 1.4.1 works fine on this MCU.
The crash is caused by 1d80b5f from #226 (checked by adding (cherry-picking) only this patch to 1.4.1 -> MCU crashes).
The text was updated successfully, but these errors were encountered: