Easy mega arduino IDE » History » Version 2
Frédéric Blanc, 2020-04-14 18:21
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'" |
||
10 | 2 | Frédéric Blanc | |
11 | |||
12 | renommer Custom-sample.h en Custom.h |
||
13 | |||
14 | décommenter les plugins souhaités |
||
15 | |||
16 | dans EspEasy.ino |
||
17 | rajouter |
||
18 | |||
19 | pour l'ESP01 1MB (P25080H) choisir: 1MB FS:128KB OTA:~438KB |
||
20 | |||
21 | !clipboard-202004141814-m3eju.png! |