Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: net/http-net6-ajax.c
- Revision:
- 88:2857259fc2b4
- Parent:
- 86:f3c9beec4ee7
- Child:
- 89:615fb951df69
--- a/net/http-net6-ajax.c Mon Apr 08 12:47:59 2019 +0000
+++ b/net/http-net6-ajax.c Wed Apr 10 10:06:14 2019 +0000
@@ -8,7 +8,7 @@
void HttpNet6Ajax()
{
HttpOk("text/plain; charset=UTF-8", "no-cache", NULL, NULL);
- Ar6SendHttp();
+ Ar6SendAjax();
HttpAddChar('\f');
- Nr6SendHttp();
+ Nr6SendAjax();
}