Fixup really silly copy/paste error.

This commit is contained in:
Jade Mattsson 2024-10-25 17:35:53 +11:00
parent 0e2a757e80
commit 2e2d231237
1 changed files with 1 additions and 1 deletions

View File

@ -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);