Replaced version file with hard coded identifier.

Have the HTTP client work in just the same way the HTTP server does.
This commit is contained in:
Oliver Schmidt 2018-08-01 02:03:53 +02:00
parent 6eb4aef0e8
commit 4ef85827db
2 changed files with 1 additions and 6 deletions

View File

@ -1 +0,0 @@
.byte "1.0.45"

View File

@ -245,11 +245,7 @@ get:
http_preamble:
.byte " HTTP/1.0",$0d,$0a
.byte "User-Agent: IP65/"
.include "../inc/version.inc"
.byte $0d,$0a
.byte "User-Agent: IP65/0.6502",$0d,$0a
.byte "Connection: close",$0d,$0a
.byte "Host: ",0