Updated to IDF 4.4.6 (#3621)

* Updated to IDF 4.4.6

* Use the version that doesn't have my monitor fix in it
This commit is contained in:
Philip Gladstone 2024-01-23 09:17:15 -05:00 committed by GitHub
parent f125b2d059
commit bf84d4aafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ LROT_BEGIN(lspi, NULL, 0)
#endif #endif
LROT_NUMENTRY( SPI1, SPI1_HOST ) LROT_NUMENTRY( SPI1, SPI1_HOST )
LROT_NUMENTRY( SPI2, SPI2_HOST ) LROT_NUMENTRY( SPI2, SPI2_HOST )
#ifdef SPI3_HOST
LROT_NUMENTRY( SPI3, SPI3_HOST ) LROT_NUMENTRY( SPI3, SPI3_HOST )
#endif
LROT_END(lspi, NULL, 0) LROT_END(lspi, NULL, 0)
int luaopen_spi( lua_State *L ) { int luaopen_spi( lua_State *L ) {

@ -1 +1 @@
Subproject commit 6407ecb3f8d2cc07c4c230e7e64f2046af5c86f7 Subproject commit 357290093430e41e7e3338227a61ef5162f2deed