Skip to content

New Functionality & Error Corrections

Compare
Choose a tag to compare
@pschatzmann pschatzmann released this 22 May 13:22
· 224 commits to main since this release

I haven't published a new release for quite some time.

Here is the content:

  • New raw_stream_reader callback to provide data before volume is applied. Thanks to ArthurKoba
  • Remove warnings, fix failing examples, Github Action to auto compile. Thanks to designer2k2
  • Task Shutdown on Sink::end(). Thanks to rbuehlma
  • New set_ssid_callback() method to select unknown ssid dynamically
  • Added missing #pragma once guards to BluetoothA2DPSinkQueued.h
  • (Re)Added support for obsolete Channels, so that old examples copied from the Web still compile
  • prevent i2s_write if i2s was not started
  • Support for include "I2S.h"
  • Create compile error for S3
  • Move set_event_queue_size (int size) and set_event_stack_size (int size) to common; increase values for source
  • Class Documentation using modules