chg: prompt now shows which channel is used.

This commit is contained in:
iceman1001 2019-05-18 18:02:30 +02:00
commit 24a4d053b3
2 changed files with 13 additions and 6 deletions

View file

@ -16,6 +16,9 @@
#include "cmdscript.h" // CmdScriptRun
#define PROXPROMPT "pm3 --> "
#define PROXPROMPT_USB "[usb] pm3 --> "
#define PROXPROMPT_FPC "[fpc] pm3 --> "
#define PROXPROMPT_OFFLINE "[offline] pm3 --> "
#ifdef __cplusplus
extern "C" {