Converting Arduino project to PlatformIO #51
jhgcreugers1
started this conversation in
General
Replies: 1 comment 12 replies
-
Try from https://github.com/sh123/esp32_loraprs/tree/platformio, but run Tried to compile and upload, works fine on my modem. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My private laptop recently crashed and has died (it was already 12 years old). This leaves me with my (restricted) work laptop. I tried installing Arduino IDE, but if slowed it way down, and I got firewall blocks, etc. This is not a route I want to take.
I already have Visual Studio Code installed with the PlatformIO extension, which I used for another LORA APRS project (the LORA_APRS_IGATE). That worked flawless and has prompted me to try migrating the esp32_loraprs project to C++ using this guide.
For esp32_loraprs.cpp that worked! But when building the project, I now run into 160 errors in loraprs_service.cpp. I tried declaring the ones that gave a 'was not declared in this scope'-error, but I keep getting different errors.
Has anyone converted this particular project to PlatformIO before? Any tips in doing this? Are there Alternatives out there I'm unaware of?
(I am fairly new to programming to be fair. Only some Python experience.)
build_LORAPRS_output_errors.txt
loraprs_service.cpp.txt
Thanks, best Regards.
Beta Was this translation helpful? Give feedback.
All reactions