-
Notifications
You must be signed in to change notification settings - Fork 115
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
Initial attempt at porting to the ESP32-S3 #713
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is because the ESP32 now does a lot of the functionality and sending RAPI commands can disrupt this Fixes #643
…AY_NOW` is set This fixes issues during firmware update where the incomming data also blocks the CPU and the LCD was not being updated, especcially over Ethernet as the data is received much faster than WiFI
More accurate build names
Support configuration updates through MQTT /config/set
Block all RAPI commands that are not the read only `$G...` ones
Changes to block until the LCD update has completed if the `LCD_DISPLAY_NOW` is set
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/checkout-4 Bump actions/checkout from 3 to 4
OCPP update and clean up
platformio doesn't appear to define $BUILDSRC_DIR, which means the generated dependencies never matched actual files and the GUI would not be regenerated from modified sources.
Fix GUI update rules when BUILDSRC_DIR is not defined
Bumps [gui-v2](https://github.com/OpenEVSE/openevse-gui-v2) from `c4d2393` to `65a05b1`. - [Commits](OpenEVSE/openevse-gui-v2@c4d2393...65a05b1) --- updated-dependencies: - dependency-name: gui-v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…a05b1 Bump gui-v2 from `c4d2393` to `65a05b1`
Update OCPP lib, fix building on Windows
recent OCPP merge undid typo fix.
Fix regression after recent merge
Bumps [gui-v2](https://github.com/OpenEVSE/openevse-gui-v2) from `65a05b1` to `5cf0563`. - [Commits](OpenEVSE/openevse-gui-v2@65a05b1...5cf0563) --- updated-dependencies: - dependency-name: gui-v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…f0563 Bump gui-v2 from `65a05b1` to `5cf0563`
Bumps [gui-v2](https://github.com/OpenEVSE/openevse-gui-v2) from `5cf0563` to `d93df9a`. - [Commits](OpenEVSE/openevse-gui-v2@5cf0563...d93df9a) --- updated-dependencies: - dependency-name: gui-v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…3df9a Bump gui-v2 from `5cf0563` to `d93df9a`
Bumps [gui-v2](https://github.com/OpenEVSE/openevse-gui-v2) from `d93df9a` to `17b059e`. - [Commits](OpenEVSE/openevse-gui-v2@d93df9a...17b059e) --- updated-dependencies: - dependency-name: gui-v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…b059e Bump gui-v2 from `d93df9a` to `17b059e`
Swap SDA and SCL pins for TFT Wifi
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.3...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Much of this code was copied from the low-level firmware side, where we don't have floating point available, and had to use some tricks to ensure we didn't lose precision. (I should know- I wrote it!) Since this doesn't apply in our ESP32 code, we can just multiply the three values (volts, amps, milliseconds) together to get milliwatt-seconds. Additionally, we should store elapsed as a floating point value, not an integer number of seconds. As we're going through the pool loop, which repeats every 1000 ms, we might not hit that value exactly. Imagine we are closer to 1020 ms instead due to the work we need to do each iteration. That would allow our elapsed second counter, which stores a truncated value (1020ms gets rounded to integer 1 second), to drift by 1 second every 50 seconds.
…ogin/ws-7.5.10 Bump ws from 7.5.3 to 7.5.10 in /tesla_login
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…ogin/express-4.19.2 Bump express from 4.17.3 to 4.19.2 in /tesla_login
Clean up, simplify, and correct some energy meter code
…NeoPixel/1.12.2 Bump Adafruit NeoPixel from 1.11.0 to 1.12.2
…32/6.7.0 Bump espressif32 from 6.6.0 to 6.7.0
…ogin/braces-3.0.3 Bump braces from 3.0.2 to 3.0.3 in /tesla_login
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.