aster94 / GoProControl

Arduino library to interface with GoPro cameras
GNU General Public License v3.0
121 stars 21 forks source link

Fixed mac address type #8

Closed KonradIT closed 5 years ago

KonradIT commented 5 years ago

Now we can select bytes instead of unsigned integers

aster94 commented 5 years ago

do all the changes that you need then i will merge all together 😃

anyway byte and uint8_t (and also unsigned char) are the same in Arduino, so also this problem is weird

aster94 commented 5 years ago

I am manually merging this!