fix sigma_delta component naming

This commit is contained in:
devsaurus 2017-03-07 23:05:09 +01:00
parent e203a5829c
commit d4b6180cd2
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ config LUA_MODULE_NODE
help help
Includes the node module (recommended). Includes the node module (recommended).
config LUA_MODULE_SIGMADELTA config LUA_MODULE_SIGMA_DELTA
bool "Sigma-Delta module" bool "Sigma-Delta module"
default "n" default "n"
help help

View File

@ -87,4 +87,4 @@ static const LUA_REG_TYPE sigma_delta_map[] =
{ LNILKEY, LNILVAL } { LNILKEY, LNILVAL }
}; };
NODEMCU_MODULE(SIGMADELTA, "sigma_delta", sigma_delta_map, NULL); NODEMCU_MODULE(SIGMA_DELTA, "sigma_delta", sigma_delta_map, NULL);