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
Is your feature request related to a problem? Please describe.
In hardware testing on YodaOS, we occurs some problems about controlling network modes, battery states and bluetooth states in usual. The following is script that I have achived by switching networking mode:
#!/usr/bin/env node
'use strict'varproperty=require('@yoda/property')varNetworkAgent=require('@yoda/network').NetworkAgentvaragent=newNetworkAgent()property.set('service.rokid.netmode','0')agent.closeWifiAP().then(()=>{agent.connectWifi('foobar','x')}).then(()=>{console.log('Switch done, please check the wpa is up')process.exit()})
yoda-platform-tools should cover hardware testing requirement for now IMO :)
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!
Is your feature request related to a problem? Please describe.
In hardware testing on YodaOS, we occurs some problems about controlling network modes, battery states and bluetooth states in usual. The following is script that I have achived by switching networking mode:
yoda-platform-tools
should cover hardware testing requirement for now IMO :)The text was updated successfully, but these errors were encountered: