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
1759ebb3
Commit
1759ebb3
authored
Nov 13, 2019
by
Matsievskiy S.V
Committed by
Marcel Stör
Jun 09, 2020
Browse files
fix lfs upload issue
parent
0a453caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/lua/lflash.c
View file @
1759ebb3
...
...
@@ -539,7 +539,7 @@ static int loadLFS (lua_State *L) {
flashSetPosition
(
0
);
if
((
res
=
uzlib_inflate
(
get_byte
,
put_byte
,
recall_byte
,
in
->
len
,
&
crc
,
&
in
->
inflate_state
))
!=
UZLIB_
OK
)
{
in
->
len
,
&
crc
,
&
in
->
inflate_state
))
!=
UZLIB_
DONE
)
{
const
char
*
err
[]
=
{
"Data_error during decompression"
,
"Chksum_error during decompression"
,
"Dictionary error during decompression"
,
...
...
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