On Wed, Jun 29, 2022 at 03:58:31PM +0100, Srinivas Kandagatla wrote:Make sense, Will send v3.
+static const char * const wsa_dev_mode_text[] = {
+ "speaker", "receiver", "ultrasound"
Idiomatically these would be capitalised ("Speaker" and so on). Sorry,
didn't notice on v1. Otherwise this looks good.