From 88e11fa0a2e18830c9e2954ff6a66231f753d03b Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 27 Oct 2024 08:17:56 +0000 Subject: [PATCH] Added note about Arduino Uno and smaller --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5eeaf49..c608e2d6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ SX127x, RFM9x, SX126x, LR11x0 and SX128x ### Supported Arduino platforms: * __Arduino__ * [__AVR__](https://github.com/arduino/ArduinoCore-avr) - Arduino Uno, Mega, Leonardo, Pro Mini, Nano etc. + * NOTE: Arduino boards based on ATmega328 (Uno, Pro Mini, Nano etc.) and smaller are NOT recommended. This is because the ATmega328 MCU is very constrained in terms of program and memory size, so the library will end up taking most of the space available. * [__mbed__](https://github.com/arduino/ArduinoCore-mbed) - Arduino Nano 33 BLE and Arduino Portenta H7 * [__megaAVR__](https://github.com/arduino/ArduinoCore-megaavr) - Arduino Uno WiFi Rev.2 and Nano Every * [__SAM__](https://github.com/arduino/ArduinoCore-sam) - Arduino Due