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
//| """The default power management mode; same as PM_PERFORMANCE"""
48
57
//| PM_AGGRESSIVE: int
49
58
//| """Aggressive power management mode for optimal power usage at the cost of performance"""
50
59
//| PM_PERFORMANCE: int
51
60
//| """Performance power management mode where more power is used to increase performance"""
52
61
//| PM_DISABLED: int
53
-
//| """Disable power management and always use highest power mode. CircuitPython sets this value at reset time, because it provides the best connectivity reliability."""
62
+
//| """Disable power management and always use highest power mode."""
0 commit comments