Dilbert66 / esphome-vistaECP

This is an implementation of an ESPHOME custom component and ESP Library to interface directly to a Safewatch/Honeywell/Ademco Vista 15/20 alarm system using the ECP interface and very inexpensive ESP8266/ESP32 modules .
GNU Lesser General Public License v2.1
124 stars 21 forks source link

Found some more icache_ram_attr compile warnings. #101

Closed XD36JD2015 closed 1 year ago

XD36JD2015 commented 1 year ago

Found icache_ram_attr compile errors in vista.h. They can be found on lines 131, 191, 195, & 200. I replaced these with iram_attr like you did in other places of the code and was able to compile the project without any warnings.

Dilbert66 commented 1 year ago

I don't compile with the esp8266 too often so don't normally see the warnings. But tks. I've pushed an updated version.

XD36JD2015 commented 1 year ago

No problem at all. Thanks for your work on this project.