Fixup really silly copy/paste error.
This commit is contained in:
parent
0e2a757e80
commit
2e2d231237
|
@ -260,4 +260,4 @@ int luaopen_console( lua_State *L ) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
NODEMCU_MODULE(UART, "console", console, luaopen_console);
|
NODEMCU_MODULE(CONSOLE, "console", console, luaopen_console);
|
||||||
|
|
Loading…
Reference in New Issue