hencou / esphome_components

Collection of own ESPhome components
25 stars 15 forks source link

Fix compile error u_int32_t #9

Closed shbatm closed 2 years ago

shbatm commented 2 years ago

Fix typo in type specification causing compile error.

u_int32_t should be uint32_t I believe.