-
Notifications
You must be signed in to change notification settings - Fork 424
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
cant build generic from dev branch #646
Comments
Hey @pvtex thank you for this report. I can successfully build, but I feel like you are right. This code that reads from serial has been there for a while though, so I'm not sure what has changed recently. How are you building your project? I'm using Platformio and everything works well for me. Also the automatic build is working, so maybe there's something particular with your build process? |
I am using platformio with visual code. |
Maybe the problem is within the libraries, you should not have the newest versions, but the versions that come installed automatically by building with Platformio. Can you please try cleaning everything and rebuilding from scratch? You can use the "Full Clean" task and try building again. It should fetch all the libraries again and compile. Thanks! |
But to make it failure proof that serial write should be there only i. Debug mode. |
The problem is that some sensors are reading through the Serial, so it should stay there. I'll try that sensor soon and see if that works. |
I've just merged this in dev: #655 that should sort out this problem :) |
i cant build generic image from dev branch.
this is the failure:
in rfid.esp in function genericRead() there is a Serial read in line 176.
this is no problem in debug build, because the Serial is set up.
but in generic build the Serial is not setup and the Serial avaiable and read are leading to a compile error.
The text was updated successfully, but these errors were encountered: