simonmonk/programming_arduino_ed2

Bug in sketch_10_02

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;"