From 875839daee8c7d3b40bffa9532e9239e72f5dc24 Mon Sep 17 00:00:00 2001 From: sanni Date: Wed, 14 Aug 2024 10:45:02 +0200 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 c4c7551..4775205 100644 --- a/How-to-flash-the-Arduino.md +++ b/How-to-flash-the-Arduino.md @@ -7,7 +7,7 @@ Currently, the Firmware Updater cannot be used to flash a new Arduino for the fi # Using the Arduino IDE -The Cart Reader's firmware is released as source code and needs to be compiled before flashing. Unlike other projects that usually just provide you with a *.hex file this method allows you to easily modify the firmware and hopefully sparks your interest in contributing to this project. 🔧🔨😊 +The Cart Reader's firmware is released as source code and needs to be compiled before flashing. This method allows you to easily modify the firmware and hopefully sparks your interest in contributing to this project. 🔧🔨😊 Both compiling and flashing can be done with the **Arduino IDE**. You can either use the [Portable Release](https://github.com/sanni/cartreader/wiki/How-to-flash-the-Arduino#portable-release) or the [official Arduino IDE installer](https://github.com/sanni/cartreader/wiki/How-to-flash-the-Arduino#official-arduino-ide-installer). ## Portable Release: