Skip to content

Release 1.9.3 - PWM, Wire, Windows Python fixes, and new board

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 20:03
· 953 commits to master since this release
e196db9
  • Adds support for Challenger RP2040 WiFi boards (#268)
  • Minor paranoid nullptr checks in USB interface (#267)
  • Use Stream::setTimeout to specify I2C TO (#263)
  • Make multiple SDFS/LittleFS.begin calls noops (#262)
  • Fix JSON URL (#261)
  • Set available() to 0 when Wire.requestFrom fails (#259)
  • Added missing SPI::setCS(pin) in docs (#256)
  • Fix upload file path escaping on Windows (#254)
  • Avoid issues w/other installed Windows Pythons (#253)
  • Remove exception handling code, save RAM and FLASH (#245)
  • Fix PWM frequency at low and high frequencies (#244)