feat: add ++dmm_loop cmd
++dmm_loop <0|1> to disable the HP3478A DMM loop, if for some reason the DMM app loop is interfering with the GPIB bus when used as a USB-GPIB controller
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define MENU_COMMIT_DELAY_MS 2400 // Time to hold before entering mode
|
||||
#define MENU_SUBLAYER_DELAY_MS 500 // Time to "hover" before dots start
|
||||
#define MENU_DEBOUNCE_MS 100 // Button press dead-time
|
||||
#define MENU_LOCKOUT_MS 1000 // How long to ignore SRQ for after exiting menu
|
||||
#define MENU_LOCKOUT_MS 200 // How long to ignore SRQ for after exiting menu
|
||||
|
||||
// Polling
|
||||
#define POLL_INTERVAL_MS 100 // 10Hz polling when in Passthrough
|
||||
@@ -76,6 +76,7 @@
|
||||
#define BUZZER_CHIRP_HZ 3000
|
||||
#define BUZZER_CHIRP_MS 75
|
||||
#define BUZZER_CONT_HZ 2500
|
||||
#define BUZZER_ONLINE_TUNE 0 // todo: add to conf
|
||||
|
||||
// #define LOCAL_COMMIT 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user