Basic GPIO expander using the ESP32 I2S peripheral (#12959)
This commit is contained in:
committed by
Scott Lahteine
parent
3983cacbcf
commit
5cd0fa3ce1
@@ -85,6 +85,8 @@ void HAL_init(void) {
|
||||
#if ENABLED(WIFISUPPORT)
|
||||
OTA_init();
|
||||
#endif
|
||||
|
||||
i2s_init();
|
||||
}
|
||||
|
||||
void HAL_idletask(void) {
|
||||
|
||||
Reference in New Issue
Block a user