Duplicating a A/C remote 138bit

I'm trying to duplicate my remote control for my air conditioner.
The library I'm using is this official IRremoteESP8266

I'm built 2 wemos, where one can receive the code and the other send it.

Unfortunately the example provided uses a 32bit code while my remote is a

Protocol : UNKNOWN
Code : 0xE9C53E40 (138 Bits)

Trying to send the code, is received by the other wemos as a 32bit code, so I guess it won't work.

Forcing the raw code, I get this error upon compilation

exit status 1
too many initializers for 'uint16_t [67] {aka short unsigned int [67]}'

Any tips?

thanks

Found the mistake, the array was too small, obviously 138bit is larger than 32..d'oh