From 2ac20cb575998db27ec1ab578c22b1c7b2b7f581 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 31 Aug 2018 19:39:53 +0100 Subject: [PATCH] Update Advanced_Topics.md --- docs/Advanced_Topics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Advanced_Topics.md b/docs/Advanced_Topics.md index e593267..edd1523 100644 --- a/docs/Advanced_Topics.md +++ b/docs/Advanced_Topics.md @@ -6,3 +6,6 @@ It is possible to access the telemetry stream coming from the receiver through t # Manually setting fuses on ATmega328 This document describes a relatively simple process to set the fuses on ATmega328. See the [Advanced Manually Setting ATmega328 Fuses](Advanced_Manually_Setting_ATmega328_Fuses.md) page for more details. + +# EEPROM Backup and Restore +This document describes how to back up and restore the EEPROM for both Atmega328p and STM32 MULTI-modules. This can be useful if cloning a module, or to preserve settings. See the [MULTI-Module EEPROM](EEPROM.md) page for more details.