AT Command Set mDot firmware with updated libmDot, to fix endian problem with joining LoRaWAN network
Dependencies: MTS-Serial libmDot mbed-rtos mbed-src
Fork of mDot_AT_firmware by
CmdSaveConfig.h
00001 00002 #ifndef __CmdSaveConfig_H__ 00003 #define __CmdSaveConfig_H__ 00004 00005 #include "Command.h" 00006 00007 class CmdSaveConfig : public Command { 00008 00009 public: 00010 00011 CmdSaveConfig(mDot* dot); 00012 virtual uint32_t action(std::vector<std::string> args); 00013 00014 private: 00015 }; 00016 00017 #endif // __CmdSaveConfig_H__
Generated on Tue Jul 12 2022 21:40:57 by
1.7.2
