| | |
| | | private static List<SimulateNightBean.QuestionBean> simulate_light_tips = new ArrayList<>(); |
| | | |
| | | private static List<String> RulesettingFilesName = new ArrayList<>(); |
| | | private String mcuSN; |
| | | private boolean canWriteSD; |
| | | |
| | | public static List<String> getRulesettingFilesName() { |
| | | return RulesettingFilesName; |
| | |
| | | public int getPlatformPort(){ |
| | | port = (int) SPUtils.get(app.getAppContext(),SPUtils.PLATFORM_PORT,12125); |
| | | return port; |
| | | } |
| | | |
| | | public boolean isCanWriteSD() { |
| | | return canWriteSD; |
| | | } |
| | | |
| | | public void setCanWriteSD(boolean canWriteSD) { |
| | | this.canWriteSD = canWriteSD; |
| | | } |
| | | |
| | | /** |
| | |
| | | public String getSMCanBrief(){ |
| | | return smCanBriefString; |
| | | } |
| | | |
| | | public void setMcuSN(String sn) { |
| | | this.mcuSN = sn; |
| | | } |
| | | |
| | | public String getMcuSN(){ |
| | | return mcuSN; |
| | | } |
| | | } |