<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Factory Test and Microphone example not compiling M5 Stick C Plus (latest version)]]></title><description><![CDATA[<p dir="auto">Line 438 in M5StickCPlus\examples\FactoryTest.ino and line 55 M5StickCPlus\examples\Micophone.ino has a compile error on the line marked ----&gt; below</p>
<p dir="auto">i2s_pin_config_t pin_config;<br />
#if (ESP_IDF_VERSION &gt; ESP_IDF_VERSION_VAL(4, 3, 0))<br />
--------&gt;   pin_config.mck_io_num = I2S_PIN_NO_CHANGE;<br />
#endif<br />
pin_config.bck_io_num   = I2S_PIN_NO_CHANGE;</p>
<p dir="auto">The error is:</p>
<p dir="auto">C:\Projects\ArduinoSketchbooks\GPS-Mic-Test\GPS-Mic-Test.ino: In function 'bool InitI2SMicroPhone()':<br />
GPS-Mic-Test:438:16: error: 'struct i2s_pin_config_t' has no member named 'mck_io_num'; did you mean 'bck_io_num'?<br />
pin_config.mck_io_num = I2S_PIN_NO_CHANGE;<br />
^~~~~~~~~~<br />
bck_io_num</p>
<p dir="auto">...<br />
exit status 1<br />
'struct i2s_pin_config_t' has no member named 'mck_io_num'; did you mean 'bck_io_num'?</p>
]]></description><link>https://community.m5stack.com/topic/5192/factory-test-and-microphone-example-not-compiling-m5-stick-c-plus-latest-version</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:28:57 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5192.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Apr 2023 09:34:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Factory Test and Microphone example not compiling M5 Stick C Plus (latest version) on Wed, 05 Apr 2023 10:25:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bazman" aria-label="Profile: bazman">@<bdi>bazman</bdi></a> Fix is to delete the line! Both the microphone example and the factory test project then work.</p>
]]></description><link>https://community.m5stack.com/post/20530</link><guid isPermaLink="true">https://community.m5stack.com/post/20530</guid><dc:creator><![CDATA[bazman]]></dc:creator><pubDate>Wed, 05 Apr 2023 10:25:34 GMT</pubDate></item></channel></rss>