-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Error while compiling MAX31865 with PT100 sensor #20839
Comments
Please attach your configuration files. |
|
Bug DescriptionWhen I compile the firmware with software SPI, for a PT100 sensor with a MAX31865 board, I get the error: He does not like the file Marlin \ src \ libs \ softspi.h, this line: The bug is repeated in Marlin versions 2.0.7.1, 2.0.6.1 and Marlin-bugfix-2.0.x I am using SKR mini E3 V1.2 board and PlatformIO compilation environment Configuration Filesfiles.zip To file Marlin\src\pins\stm32f1\pins_BTT_SKR_MINI_E3_common.h: To file Marlin\Configuration.h To file Marlin\Configuration_adv.h: Steps to Reproduce
Expected behavior: The firmware should have compiled During compilation, an error is received: He does not like the file Marlin \ src \ libs \ softspi.h, this line: Additional InformationI configured the firmware to work with the PT100 and MAX31865 sensor using the information from here: |
@GadgetAngel It is written that ellensp closed it yesterday. Do I have to do something else? |
No, you do not have to do anything else
…On Thu, Feb 11, 2021 at 12:02 PM fox631 ***@***.***> wrote:
@GadgetAngel <https://github.com/GadgetAngel> It is written that ellensp
closed it yesterday. Do I have to do something else?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20839 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7LC2P4KAJGX7JCYC7MUN3S6QETZANCNFSM4WM4BPRA>
.
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Когда я компилирую прошивку с программным SPI, для датчика ПТ100 с платой MAX31865, я получаю ошибку:
Marlin\src\module../libs/softspi.h:85:70: error: cannot convert 'bool' to 'WiringPinMode' for argument '2' to 'void pinMode(uint8, WiringPinMode)'
He does not like the file Marlin \ src \ libs \ softspi.h, this line:
inline void fastPinMode (uint8_t pin, bool mode) {pinMode (pin, mode); }
The text was updated successfully, but these errors were encountered: