In file included from C:\Users\SHERRY\Documents\Arduino\OpenMQTTGateway\ZgatewayIR.ino:45:0:
C:\Users\SHERRY\Documents\Arduino\OpenMQTTGateway\ZgatewayIR.ino: In function 'boolean IRtoMQTT()':
C:\Users\SHERRY\Documents\Arduino\OpenMQTTGateway\libraries\IRremoteESP8266\src/IRrecv.h:33:24: error: invalid operands of types 'volatile uint16_t* {aka volatile short unsigned int*}' and 'unsigned int' to binary 'operator*'
#define RAWTICK 2U // Capture tick to uSec factor.
^
C:\Users\SHERRY\Documents\Arduino\OpenMQTTGateway\ZgatewayIR.ino:94:45: note: in expansion of macro 'RAWTICK'
rawCode = rawCode + (results.rawbuf * RAWTICK);
^
exit status 1
为开发板 NodeMCU 1.0 (ESP-12E Module) 编译时出错。