diff --git a/Ifish/Info.plist b/Ifish/Info.plist
index 93faba6..97ac244 100644
--- a/Ifish/Info.plist
+++ b/Ifish/Info.plist
@@ -70,7 +70,7 @@
CFBundleVersion
- 480
+ 481
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m
index e118235..3d7bc09 100644
--- a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m
+++ b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m
@@ -270,7 +270,7 @@
self.airPumpName = textLbl;
}else if (i==1){
-// self.nuoGuiDengBtn = self.button;
+ self.nuoGuiDengBtn = self.button;
self.guiDengName = textLbl;
}else if (i==2){
@@ -423,7 +423,7 @@
{
btn.userInteractionEnabled=YES;
- [btn setImage:[UIImage imageNamed:@"PFkilLlight_on.png"] forState:UIControlStateSelected];
+ [btn setImage:[UIImage imageNamed:@"PFkilLlight_on.png"] forState:UIControlStateNormal];
lightModel.lightNumber=@"05";//
NSString*switchString2=[NSString stringWithFormat:@"%@%@%@%@",switchString1,lightModel.lightNumber,lightModel.switchBtn,lightModel.crc16Str];