Fixed switch statement
This commit is contained in:
		@@ -338,7 +338,7 @@ public:
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  String getBeeName() {
 | 
					  String getBeeName() {
 | 
				
			||||||
    switch (XBeeType){
 | 
					    switch (beeType){
 | 
				
			||||||
      case XBEE_S6B_WIFI: return "Digi XBee® Wi-Fi";
 | 
					      case XBEE_S6B_WIFI: return "Digi XBee® Wi-Fi";
 | 
				
			||||||
      case XBEE_LTE1_VZN: return "Digi XBee® Cellular LTE Cat 1";
 | 
					      case XBEE_LTE1_VZN: return "Digi XBee® Cellular LTE Cat 1";
 | 
				
			||||||
      case XBEE_3G: return "Digi XBee® Cellular 3G";
 | 
					      case XBEE_3G: return "Digi XBee® Cellular 3G";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user