R0NAM1
R0NAM1
After a long battle with bitbake preferring it's cached tars over the ones I wanted it to actually use, I took a system build specifically for bluetooth as of now...
Got a tar made that's just the system and vendor dir from skipjack, seems to be working perfectly, and shouldn't need any maintenance, (It is 355 Mb however, which is...
Running `rm -rf app/ fonts/ framework/ media/ priv-app/ xbin/` brings it down to 110.9 Mb, which is what I was expecting, with that, I'll figure out somewhere to upload this,...
Got another working one that actually future proofs, taking the base system extract and overwriting it with the working bluetooth dump, hash's are: MD5: 61756e5e971eb0d3a8d925f4eb9230da SHA256: d458178a2909077a107b93d7e589d6ba336958e2953f779ea7b7e7f722055177
Sensor System Changes at AsteroidOS/meta-smartwatch#39 Sensors-Skipjack.tar.gz: MD5: 5be9e5a44de5ae229f3af131810c0578 SHA256: a0437c7313e0c7e1a1839567b5b21c420fe5c496422f65b38cccc18c81020b8c
WiFi System Changes at AsteroidOS/meta-smartwatch#42 WiFi-Skipjack.tar.gz: MD5: d28a0dce537f996ce475ff729b4ee74d SHA256: f5253b286c90f94a23158290c1df8cc9a9a8962148a0249cd7314a3762b89e8a
Mine too, very simple, just diff the last frame time with the current time and 1 divide by it. ``` lastFrameDrawnDiff = (time.time() - myGlobals.timeLastFrameDrawn) fps = round(1 / lastFrameDrawnDiff)...
What setup are your two devices? Does the same bitrate drop occur in two seperate tabs / browsers on localhost? Does anything stand out it chrome://webrtc-internals?