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
86f0a730
Commit
86f0a730
authored
Feb 16, 2015
by
HuangRui
Browse files
Roll back system_get_vdd33 to readvdd33.
Bug not fixed in this version =(
parent
13b10117
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/node.c
View file @
86f0a730
...
...
@@ -95,7 +95,8 @@ static int node_chipid( lua_State* L )
// Lua: readvdd33()
static
int
node_readvdd33
(
lua_State
*
L
)
{
uint32_t
vdd33
=
system_get_vdd33
();
// uint32_t vdd33 = system_get_vdd33();
uint32_t
vdd33
=
readvdd33
();
lua_pushinteger
(
L
,
vdd33
);
return
1
;
}
...
...
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