test ADC avec page Web reduite

Dependencies:   UIPEthernet mbed FCT_WEB hebergement

Fork of Nucleo_Web_ENC28J60 by FOURNET Olivier

P.S : 1ère mise en fonctionnement de la carte NUCLEO STM32F411RET6

Instruction pour la mise en fonctionnement : https://developer.mbed.org/users/Fo170/notebook/the-stm32-nucleo-64-board/

Revision:
2:76f339a1ba9b
Parent:
1:3d9c83af7246
Child:
3:0133517ba02d
--- a/main.cpp	Mon Sep 15 13:35:22 2014 +0000
+++ b/main.cpp	Sat Sep 27 09:18:53 2014 +0000
@@ -118,7 +118,7 @@
 {
     char content_length[5] = {};
 
-    header += "\r\nContent-Type: text\r\n";
+    header += "\r\nContent-Type: text/html\r\n";
     header += "Content-Length: ";
     sprintf(content_length, "%d", content.length());
     header += string(content_length) + "\r\n";