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

Fixed ESP32 configuration define usage, added float suffix #3420

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

randym32
Copy link

fixed check for the ESP32 processor selection. The ESP32 header defines each of the processors, but sets respective define to 0 or 1 based on whether it is the processor being targeted. This now checks for those setting values.

added float suffixes, to reduce double emulation.

added float suffixes, to reduce double emulation.
fixed check for the ESP32 processor selection.  The ESP32 header defines each of the processors, but sets respective define to 0 or 1 based on whether it is the processor being targeted.  This now checks for that setting value
Fixed ESP32 configuration define usage, added float suffix
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

Successfully merging this pull request may close these issues.

1 participant