Project

General

Profile

Easy mega arduino IDE » History » Version 1

Frédéric Blanc, 2020-03-25 10:20

1 1 Frédéric Blanc
h1. Easy mega arduino IDE
2
3
https://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload
4
5
 To modify the stock configuration without changing the EspEasy.ino file :
6
7
    1) rename this file to "Custom.h" (It is ignored by Git)
8
    2) define your own settings below
9
    3) define USE_CUSTOM_H as a build flags. ie : export PLATFORMIO_BUILD_FLAGS="'-DUSE_CUSTOM_H'"