Project

General

Profile

Actions

Easy mega arduino IDE » History » Revision 3

« Previous | Revision 3/19 (diff) | Next »
Frédéric Blanc, 2020-04-14 18:42


Easy mega arduino IDE

https://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload

renommer Custom-sample.h en Custom.h

décommenter les plugins souhaités

/* ####################################################################################################### ########### Plugins #######################################################################################################
*/

#define USES_P026   // SysInfo

décommenter les "Controllers"

/* ####################################################################################################### ########### Controllers #######################################################################################################
*/

#define USES_C005   // Home Assistant (openHAB) MQTT

definir le wifi
// --- Wifi Client Mode -----------------------------------------------------------------------------
#define DEFAULT_SSID "MyHomeSSID" // Enter your network SSID
#define DEFAULT_KEY "MySuperSecretPassword" // Enter your network WPA key

dans EspEasy.ino
rajouter

pour l'ESP01 1MB (P25080H) choisir: 1MB FS:128KB OTA:~438KB

Updated by Frédéric Blanc over 4 years ago · 19 revisions