From 6c4d6300fb5c1e4741aaba958b2d73c2dff6e772 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 13 Jul 2017 11:26:34 -0700 Subject: [PATCH 1/2] [AVRHeap] Use correct architecture value in library.properties Incorrect architecture value causes the warning: WARNING: library AVRHeap claims to run on [atmelavr] architecture(s) and may be incompatible with your current board which runs on [avr] architecture(s). --- libraries/AvrHeap/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AvrHeap/library.properties b/libraries/AvrHeap/library.properties index 9f2dd147..418c41f3 100644 --- a/libraries/AvrHeap/library.properties +++ b/libraries/AvrHeap/library.properties @@ -6,4 +6,4 @@ sentence=Library to runtime analyze the structure of the heap (AVR328). paragraph= category=Other url=https://github.com/RobTillaart/Arduino/Libraries/AvrHeap -architectures=atmelavr \ No newline at end of file +architectures=avr \ No newline at end of file From afde043062a66c07f8b68554b356b2e554487dbe Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 13 Jul 2017 11:27:01 -0700 Subject: [PATCH 2/2] [DHTliib] Use correct architecture value in library.properties Incorrect architecture value causes the warning: WARNING: library DHTlib claims to run on [atmelavr] architecture(s) and may be incompatible with your current board which runs on [avr] architecture(s). --- libraries/DHTlib/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DHTlib/library.properties b/libraries/DHTlib/library.properties index 997c47b1..2ed624fb 100644 --- a/libraries/DHTlib/library.properties +++ b/libraries/DHTlib/library.properties @@ -6,4 +6,4 @@ sentence=Optimized Library for DHT Temperature & Humidity Sensor on AVR only. paragraph= category=Sensors url=https://github.com/RobTillaart/Arduino/Libraries/ -architectures=atmelavr \ No newline at end of file +architectures=avr \ No newline at end of file