Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Tue May 14 15:09:39 2019 +0000
Revision:
145:206bf0d073c7
Parent:
144:6bd5c54efc7d
Child:
149:39d1ba392f4b
Added a shim module between the web server and TCP to switch between http (direct) and https (tls).

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 61:aad055f1b0d1 1 #include <stdbool.h>
andrewboyson 145:206bf0d073c7 2 #include <stdint.h>
andrewboyson 61:aad055f1b0d1 3
andrewboyson 145:206bf0d073c7 4 extern bool TcpTrace;