Skip to content
New issue

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

warning? Errors? compiling $pio run #90

Open
zerotrzy opened this issue Sep 10, 2020 · 1 comment
Open

warning? Errors? compiling $pio run #90

zerotrzy opened this issue Sep 10, 2020 · 1 comment

Comments

@zerotrzy
Copy link

$pio run

Compiling .pio/build/ttgo-lora32-v2/src/main.ino.cpp.o
In file included from /home/disaster-radio/firmware/main.ino:20:0:
config.h:29:0: warning: "OLED_SDA" redefined
 #define OLED_SDA 21
 ^
[...]
 this is the location of the previous definition
 #define OLED_SDA 4

and next errors

but

Linking .pio/build/ttgo-lora32-v2/firmware.elf
Retrieving maximum program size .pio/build/ttgo-lora32-v2/firmware.elf
Building .pio/build/ttgo-lora32-v2/firmware.bin

@paidforby
Copy link
Contributor

Hey @zerotrzy, do you have a problem completing the build, or are you just pointing out that the compiler generates a number of warnings, but the build is successful. I've noticed this also, but I haven't had time to dig in and resolve the warnings, I have a hard enough time keeping up with the bugs 😝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants