UNPKG
tasmota-esp-web-tools
Version:
latest (12.2.2)
12.2.2
12.2.1
12.2.0
12.1.2
12.1.1
12.1.0
12.0.0
11.2.0
11.1.10
11.1.9
11.1.8
11.1.7
11.1.6
11.1.5
11.1.4
11.1.3
11.1.2
11.1.1
11.1.0
11.0.11
11.0.10
11.0.9
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.0.3
10.0.2
10.0.1
10.0.0
9.0.2
9.0.1
9.0.0
8.3.3
8.3.2
8.3.1
8.3.0
8.2.1
8.2.0
8.1.15
8.1.14
8.1.13
8.1.12
8.1.11
8.1.10
8.1.9
8.1.8
8.1.7
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
Web tools for ESP devices
github.com/Jason2866/esp-web-tools
Jason2866/esp-web-tools
tasmota-esp-web-tools
/
dist
/
util
/
partition.d.ts
5 lines
(4 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
/** * Detect filesystem type by reading partition header */
export
declare
function
detectFilesystemType
(
espStub
:
any
,
offset
:
number
,
size
:
number
,
logger
?:
any
):
Promise
<
string
>;