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
I do get an error during building:
Linking .pio\build\senseo-wifi\firmware.elf .pio\build\senseo-wifi\libFrameworkArduino.a(core_esp8266_postmortem.cpp.o): in function `__wrap_system_restart_local': core_esp8266_postmortem.cpp:(.text.__wrap_system_restart_local+0x2): dangerous relocation: j: cannot encode: (.text.postmortem_report+0x88) collect2.exe: error: ld returned 1 exit status *** [.pio\build\senseo-wifi\firmware.elf] Error 1
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
In platform.ini you have to change the credentials under platform from espressif to [email protected]
[env:senseo-wifi] platform = [email protected]
Sorry, something went wrong.
No branches or pull requests
I do get an error during building:
Linking .pio\build\senseo-wifi\firmware.elf
.pio\build\senseo-wifi\libFrameworkArduino.a(core_esp8266_postmortem.cpp.o): in function `__wrap_system_restart_local':
core_esp8266_postmortem.cpp:(.text.__wrap_system_restart_local+0x2): dangerous relocation: j: cannot encode: (.text.postmortem_report+0x88)
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\senseo-wifi\firmware.elf] Error 1
What am I doing wrong?
The text was updated successfully, but these errors were encountered: