diff --git a/html/js/app.js b/html/js/app.js index 995bde5..fb910e2 100644 --- a/html/js/app.js +++ b/html/js/app.js @@ -574,9 +574,6 @@ query = serializeData(opts.data); } - console.log(opts); - console.log(query); - if (query && (method === 'GET')) { url += (url.indexOf('?') === -1) ? '?' + query : '&' + query; query = null; diff --git a/libesphttpd b/libesphttpd index c0c0518..9ff92fa 160000 --- a/libesphttpd +++ b/libesphttpd @@ -1 +1 @@ -Subproject commit c0c05189a68730bc4ad0326071750cec2e372ec2 +Subproject commit 9ff92faacfd857ee6d1d9c1069dc4752e6b56589 diff --git a/user/screen.c b/user/screen.c index d4e5d45..c43ef59 100644 --- a/user/screen.c +++ b/user/screen.c @@ -579,7 +579,7 @@ screenSerializeToBuffer(char *buffer, size_t buf_len, void **data) ss->lastFg = 0; ss->lastChar = '\0'; - bufprint("{\"w\":%d,\"h\":%d,\"x\":%d,\"y\":%d,\"screen\":\"", W, H, cursor.x, cursor.y); + bufprint("{\"w\":%d,\"h\":%d,\"x\":%d,\"y\":%d,\"cv\":%d,\"screen\":\"", W, H, cursor.x, cursor.y, cursor.visible); } int i = ss->index;