We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Could you add heltec wireless_paper to Platformio supported boards? Thanks!
The text was updated successfully, but these errors were encountered:
See below compile error, any clue how to fix it (only when adding LoRa to main sketch):
Compiling .pio/build/heltec_wireless_paper/FrameworkArduino/wiring_shift.c.o Archiving .pio/build/heltec_wireless_paper/libFrameworkArduino.a Indexing .pio/build/heltec_wireless_paper/libFrameworkArduino.a Linking .pio/build/heltec_wireless_paper/firmware.elf /Users/xx/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/heltec_wireless_paper/src/main.cpp.o:(.literal._Z11OnTxTimeoutv+0x0): undefined reference to Radio' /Users/xx.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/heltec_wireless_paper/src/main.cpp.o:(.literal._Z9lora_initv+0x0): undefined reference to Mcu' /Users/xx/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/heltec_wireless_paper/src/main.cpp.o:(.literal._Z9lora_initv+0x20): undefined reference to McuClass::begin()' /Users/xx/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/heltec_wireless_paper/src/main.cpp.o: in function lora_init()': /Users/xx/.platformio/packages/framework-arduinoespressif32/libraries/DISPLAY/src/HT_QYEG0213RWS800_BWR.h:257: undefined reference to `McuClass::begin()' collect2: error: ld returned 1 exit status *** [.pio/build/heltec_wireless_paper/firmware.elf] Error 1
Radio' /Users/xx.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/heltec_wireless_paper/src/main.cpp.o:(.literal._Z9lora_initv+0x0): undefined reference to
McuClass::begin()' /Users/xx/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: .pio/build/heltec_wireless_paper/src/main.cpp.o: in function
Sorry, something went wrong.
No branches or pull requests
Hi,
Could you add heltec wireless_paper to Platformio supported boards? Thanks!
The text was updated successfully, but these errors were encountered: