Dependencies:   ChaNFSSD mbed BMP085 SHT2x

Files at this revision

API Documentation at this revision

Comitter:
tosihisa
Date:
Thu Feb 23 02:43:34 2012 +0000
Parent:
7:74ce774e53ef
Child:
9:9ca3db7ed7cb
Commit message:
V0.85
Stop RXM-EPH.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 10 15:34:09 2012 +0000
+++ b/main.cpp	Thu Feb 23 02:43:34 2012 +0000
@@ -4,7 +4,7 @@
  * 2012-1-4 Toshihisa T
  */
 
-#define __MY_VERSION__  "0.85"
+#define __MY_VERSION__  "0.86"
 
 #define HAVE_TOGGLE_SW
 #define HAVE_MICROSD
@@ -374,7 +374,7 @@
         unsigned char chkStr[][11] = {
             { 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x10,0x01,0xFF,0xFF }, //RXM-RAW (0x02 0x10)
             { 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x30,0x01,0xFF,0xFF }, //RXM-ALM (0x02 0x30)
-            { 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x31,0x01,0xFF,0xFF }, //RXM-EPH (0x02 0x31)
+            //{ 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x31,0x01,0xFF,0xFF }, //RXM-EPH (0x02 0x31)
             //{ 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x41,0x02,0xFF,0xFF },
             { 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x11,0x01,0xFF,0xFF }, //RXM-SFRB (0x02 0x11)
             { 0xB5,0x62,0x06,0x01,0x03,0x00,0x02,0x20,0x01,0xFF,0xFF }, //RXM-SVSI (0x02 0x20)
@@ -528,6 +528,11 @@
 }
 
 /*
+ * 2012-2-23 V0.86
+ * Eugenio さんからの連絡で、RXM-EPH は
+ * 受信する必要が無いので受信しないようにした。
+ */
+/*
  * 2012-2-11 V0.85
  * SDFileSystem を ChaNFS ベースに変更した。
  * 一番の理由はSDカードのフォーマットがしたいため。