mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
commit
8c419b8a3b
@ -34,12 +34,12 @@ static int adc_readvdd33( lua_State* L )
|
||||
}
|
||||
else
|
||||
{
|
||||
vdd33 = readvdd33();
|
||||
vdd33 = system_get_vdd33();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
vdd33 = readvdd33();
|
||||
vdd33 = system_get_vdd33();
|
||||
}
|
||||
lua_pushinteger(L, vdd33);
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user