From 1354f009c1f2ac0ad54068702f45364f07f9f952 Mon Sep 17 00:00:00 2001 From: sanni Date: Wed, 22 Nov 2023 09:17:36 +0100 Subject: [PATCH] Updated How to flash the Arduino (markdown) --- How-to-flash-the-Arduino.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-flash-the-Arduino.md b/How-to-flash-the-Arduino.md index a5d9a80..2f13a8c 100644 --- a/How-to-flash-the-Arduino.md +++ b/How-to-flash-the-Arduino.md @@ -33,7 +33,7 @@ After the successful installation of the driver, there should be a CH340 entry i ![image](https://dl.dropboxusercontent.com/s/7o4wmh2rn4g2der/portableardu4.jpg?dl=1) -**7)** Next you need to go to the Cart_Reader.ino tab and define your hardware version by removing the // in front of your version. You can also remove // before #define enable_XXX to enable add-on modules you need. +**7)** Next you need to go to the config.h tab(earlier version have this in Cart_Reader.ino) and define your hardware version by removing the // in front of your version. You can also remove // before #define enable_XXX to enable add-on modules you need. ![image](https://dl.dropboxusercontent.com/s/8kajcakxeghsben/choosemoduleshw.jpg?dl=1)