Closed AkaBkn closed 1 year ago
Please check the documentation for the allowed variables. _CE or _GP don't mean much to RFQuack.
@AkaBkn please check - it compiles on my side.
@phretor looks good, thx :) btw. would be cool to have an example build.env
for ECRFv2 with nRF24 too
I'll test it when I'll receive my ECRFv2
Mm... Error: Unknown development platform 'espressif32'??
Mm... Error: Unknown development platform 'espressif32'??
Have you tried to change the platform value into platformio.ini ?
Fix: platformio upgrade --dev
Awesome. Thanks @temskiy!
Describe the bug
lib/RadioLib/src/Module.h:49
Module(RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst, RADIOLIB_PIN_TYPE gpio, SPIClass& spi, SPISettings spiSettings = RADIOLIB_DEFAULT_SPI_SETTINGS);
docker/project/src/main.cpp.j2
main.cpp.j2 misses the
gpio
argumentTo Reproduce
having build.env:
make clean build
Expected behavior
compiles fine