gutierrezps / ESP32_I2C_Slave

I2C slave library for ESP32
GNU Lesser General Public License v2.1
81 stars 20 forks source link

Fix unbound write to rxBuffer #6

Closed TylerBird closed 3 years ago

TylerBird commented 3 years ago

another try to make it better. let's see if this works.

add boundary check for array index fixes #5

gutierrezps commented 3 years ago

Done, thanks!