mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-22 20:12:38 +01:00
sdcard picomite: sync with upstream
This commit is contained in:
@@ -508,8 +508,8 @@ typedef enum {
|
||||
MMCMDLINE,
|
||||
#ifdef PICOMITEWEB
|
||||
MMMESSAGE,
|
||||
MMTOPIC,
|
||||
MMADDRESS,
|
||||
MMTOPIC,
|
||||
#endif
|
||||
MMFLAG,
|
||||
MMDISPLAY,
|
||||
@@ -575,16 +575,16 @@ typedef enum {
|
||||
Mstrcpy(sret,messagebuff);
|
||||
targ=T_STR;
|
||||
break;
|
||||
case MMTOPIC:
|
||||
sret = GetTempMemory(STRINGSIZE); // this will last for the life of the command
|
||||
Mstrcpy(sret,topicbuff);
|
||||
targ=T_STR;
|
||||
break;
|
||||
case MMADDRESS:
|
||||
sret = GetTempMemory(STRINGSIZE); // this will last for the life of the command
|
||||
Mstrcpy(sret,addressbuff);
|
||||
targ=T_STR;
|
||||
break;
|
||||
case MMTOPIC:
|
||||
sret = GetTempMemory(STRINGSIZE); // this will last for the life of the command
|
||||
Mstrcpy(sret,topicbuff);
|
||||
targ=T_STR;
|
||||
break;
|
||||
#endif
|
||||
case MMFLAG:
|
||||
iret=g_flag;
|
||||
|
||||
Reference in New Issue
Block a user