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
Don't think this warning is critical to fix, as code seems to handle it properly:
# Default for all other models
print("\nWARNING: Unknown board model '%s'." % model)
print("Please check spelling, or write an appropriate class "
"to handle that kind of board.")
return openwrt_router.OpenWrtRouter(model, **kwargs)
Running boardfarm gives this warning in the logs
WARNING: Unknown board model 'ci40'. Please check spelling, or write an appropriate class to handle that kind of board.
The text was updated successfully, but these errors were encountered: