Update types

pull/2054/head
qucchia 2022-07-20 19:23:16 +02:00
parent 1d400aa8a7
commit 2311fe91ec
1 changed files with 1 additions and 1 deletions

View File

@ -3353,7 +3353,7 @@ declare const ESP8266: {
*
* @url http://www.espruino.com/Reference#l_ESP8266_getResetInfo
*/
getResetInfo: () => RstInfo;
getResetInfo: () => any;
/**
* Enable or disable the logging of debug information. A value of `true` enables debug logging while a value of `false` disables debug logging. Debug output is sent to UART1 (gpio2).