Skip to content

Releases: pimoroni/phew

v0.0.3

02 Sep 10:52
Compare
Choose a tag to compare

What's changed:

  • added NTP time synching ntp.fetch(synch_with_rtc=True, timeout=10) (returns timestamp, or None if failed)
  • logfile truncation now happens automatically (truncate at 11kB, truncate to 8kB)
  • specify log truncation thresholds with set_truncate_thresholds(truncate_at, truncate_to)
  • variables embedded in templates now avoid eval() if they exist in the parameters dictionary
  • added access_point(ssid, password=None) method to put Pico W into access point mode
  • include free memory figure in log entries by default
  • expressions in templates now have whitespace stripped from start/end

v0.0.2

18 Aug 12:42
8995e8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

Version 0.0.1

18 Aug 08:32
Compare
Choose a tag to compare

What's Changed

  • server.py:_parse_query_string: split only on first "=" by @Gadgetoid in #2

Full Changelog: https://github.com/pimoroni/phew/commits/v0.0.1