Commit d4b6180c authored by devsaurus's avatar devsaurus
Browse files

fix sigma_delta component naming

parent e203a582
...@@ -97,7 +97,7 @@ config LUA_MODULE_NODE ...@@ -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
......
...@@ -87,4 +87,4 @@ static const LUA_REG_TYPE sigma_delta_map[] = ...@@ -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);
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment