From 2311fe91ec1e8fb49b157e70fcf8a719c86df90b Mon Sep 17 00:00:00 2001 From: qucchia Date: Wed, 20 Jul 2022 19:23:16 +0200 Subject: [PATCH] Update types --- typescript/types/main.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/types/main.d.ts b/typescript/types/main.d.ts index a6e3114a5..613a85382 100644 --- a/typescript/types/main.d.ts +++ b/typescript/types/main.d.ts @@ -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).