Releases: pimoroni/phew
Releases · pimoroni/phew
v0.0.3
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
What's Changed
- Packaging for pypi. by @Gadgetoid in #5
- Fix some minor issues and bump to v0.0.2 by @Gadgetoid in #7
Full Changelog: v0.0.1...v0.0.2
Version 0.0.1
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