Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
bf84d4aa
Unverified
Commit
bf84d4aa
authored
Jan 23, 2024
by
Philip Gladstone
Committed by
GitHub
Jan 23, 2024
Browse files
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
parent
f125b2d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
components/modules/spi.c
View file @
bf84d4aa
...
...
@@ -17,7 +17,9 @@ LROT_BEGIN(lspi, NULL, 0)
#endif
LROT_NUMENTRY
(
SPI1
,
SPI1_HOST
)
LROT_NUMENTRY
(
SPI2
,
SPI2_HOST
)
#ifdef SPI3_HOST
LROT_NUMENTRY
(
SPI3
,
SPI3_HOST
)
#endif
LROT_END
(
lspi
,
NULL
,
0
)
int
luaopen_spi
(
lua_State
*
L
)
{
...
...
esp32-esp-idf
@
35729009
Compare
6407ecb3
...
35729009
Subproject commit
6407ecb3f8d2cc07c4c230e7e64f2046af5c86f7
Subproject commit
357290093430e41e7e3338227a61ef5162f2deed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment