Erik
Results
2
comments of
Erik
A little annoying but can be easily circumvented by delegating validation logic to a method/function outside of the declared pydantic class. ```python import time from pydantic import validator from pydantic.dataclasses...
Have used the pedometer and am able to read sensor data runningly. Cannot get it to run in the background but here's my working code for the pedometer updates. ```jsx...