Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Aug 21, 2023
1 parent 23b29cd commit 8308183
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Mk2_3phase_RFdatalog_temp/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ This program is to be used with the Arduino IDE and/or other development IDE lik
You'll need to download and install the **latest** [Arduino IDE](https://www.arduino.cc/en/software).
Since the code is optimized with the latest standard of C++, you'll need to edit a config file to activate C++17.

Please search the file '**platform.txt**' located in the installation path of the Arduino IDE. 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.
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 **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.

Edit the file in any Text Editor (you'll need Admin rights) and replace the parameter '**-std=gnu++11**' with '**-std=gnu++17**'. That's it!

Expand Down

0 comments on commit 8308183

Please sign in to comment.