From a6a660b096ee56b6720fe93719b3b6446ab4519b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Metrich?= <45318189+FredM67@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:11:58 +0100 Subject: [PATCH] Update Readme.md --- Mk2_3phase_RFdatalog_temp/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk2_3phase_RFdatalog_temp/Readme.md b/Mk2_3phase_RFdatalog_temp/Readme.md index a1256d0f..73109e56 100644 --- a/Mk2_3phase_RFdatalog_temp/Readme.md +++ b/Mk2_3phase_RFdatalog_temp/Readme.md @@ -7,7 +7,7 @@ Since the code is optimized with the latest standard of C++, you'll need to edit Please search the file '**platform.txt**' located in the installation path of the Arduino IDE. -For **Windows**, typically, you'll find the file in '**C:\Program Files (x86)\Arduino\hardware\arduino\avr**' or in '**%LOCALAPPDATA%\Arduino15\packages\arduino\hardware\avr\x.y.z**' where 'x.y.z' is the version of the **Arduino AVR Boards** package. +For **Windows**, typically, you'll find the file in '**C:\Program Files (x86)\Arduino\hardware\arduino\avr**' and/or in '**%LOCALAPPDATA%\Arduino15\packages\arduino\hardware\avr\x.y.z**' where 'x.y.z' is the version of the **Arduino AVR Boards** package. For **Linux**, if using the AppImage package, you'll find this file in '**~/.arduino15/packages/arduino/hardware/avr/1.8.6**'. You can run `find / -name platform.txt 2>/dev/null` in case the location has been changed.