Skip to content

QuickPID 3.1.0

Compare
Choose a tag to compare
@Dlloydev Dlloydev released this 05 Jan 14:55
· 23 commits to master since this release
  • Since ESP32 Arduino 2.0.1 or newer has analogWrite basic support based on LEDC, the included library ESP32-ESP32S2-AnalogWrite has been removed from QuickPID. Please Install SP32-ESP32S2-AnalogWrite separately if you require its advanced pin management or other unique features.

  • Uses dispKp = 0, dispKi = 0 and dispKd = 0 for both display purposes and defaults. Removed defKp, defKi and defKd.

  • Autotune_QuickPID.ino example is now at the sTune repository.