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
In windows 10, Wi-Fi sampling must be done between every iteration. Otherwise, the method used here will return data of the same values, and there is no point in collecting n-records. It will all represent a single value. The program needs to call the Windows API to refresh the API points before gathering a new sample.
The text was updated successfully, but these errors were encountered:
Hi thanks for the report. Unfortunately I do not have windows 10 so I wouldn't be able to help. If there is a better way out there, I'd hope someone makes a PR :)
I might look into it. I am thinking about adding some functions to take in external input (i.e. json messages for Learn and Predict). I'll make a PR for it when I am done.
In windows 10, Wi-Fi sampling must be done between every iteration. Otherwise, the method used here will return data of the same values, and there is no point in collecting n-records. It will all represent a single value. The program needs to call the Windows API to refresh the API points before gathering a new sample.
The text was updated successfully, but these errors were encountered: