Commit Graph

4 Commits

Author SHA1 Message Date
Oliver Schmidt
0916d6e945 Allow to read error messages.
Ask user to press a key before returning to ProDOS selector.
2020-05-13 00:16:52 +02:00
Oliver Schmidt
56a5c00ba9 Explicitly check for the Uthernet II.
If we link against the default Ethernet combo library we can't access the device name before the initialization and we must check explicitly that we found an Uthernet II (with the W5100 chip we rely on here).
2020-05-12 23:10:56 +02:00
Oliver Schmidt
6bd1047a7d Removed unnecessary static-locals.
In this file there's no access to the W5100 auto-increment registers so there's no need for the special compiler settings. However, with "true" local variables the buffer to read the HTTP header into is better not placed in a local variable.

Note: The heap manager was already active before as both linenoise and the file I/O use it.
2020-05-12 23:07:23 +02:00
Oliver Schmidt
c8c53901c2 Removed debug code. 2020-05-10 01:40:35 +02:00