Bug in sketch_10_02
Closed this issue · 0 comments
olsfors commented
The sketch didn't work until I found that the variable ch wasn't initialized in function readHeader(EthernetClient client).
Changed "char ch;" to "char ch = 0;"
Closed this issue · 0 comments
The sketch didn't work until I found that the variable ch wasn't initialized in function readHeader(EthernetClient client).
Changed "char ch;" to "char ch = 0;"