From f97d1a56ed97798cb7bf2a67103a67148c761c17 Mon Sep 17 00:00:00 2001 From: andrethomas Date: Sun, 20 Oct 2019 20:10:14 +0200 Subject: [PATCH] Update my_user_config.h --- sonoff/my_user_config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 33a3f9208..cbd0958f5 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -541,6 +541,11 @@ //#define USE_HRE // Add support for Badger HR-E Water Meter (+1k4 code) //#define USE_A4988_STEPPER // Add support for A4988/DRV8825 stepper-motor-driver-circuit (+10k5 code) +//#define USE_ARDUINO_SLAVE // Add support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem) +// #define USE_ARDUINO_FLASH_SPEED 57600 // Usually 57600 for 3.3V variants and 115200 for 5V variants +// #define USE_ARDUINO_SERIAL_SPEED 57600 // Depends on the sketch that is running on the Uno/Pro Mini +// #define USE_ARDUINO_INVERT_RESET + // -- End of general directives ------------------- /*********************************************************************************************\