Olá, estou tentando gravar o código do mestre no ESP32, mas estou obtendo este erro:
LoRaMESH.h:223:19: error: ordered comparison of pointer with integer zero (‘uint16_t*’ {aka ‘short unsigned int*’} and ‘int’)
223 | if(id < 0x00) return false;
Alguém poderia me ajudar?