Commit graph

93 commits

Author SHA1 Message Date
Daniel Öster
162bad8142 Minimize the Neopixel library 2025-03-27 12:55:24 +02:00
Daniel Öster
6f59924b4e
Revert "Update Adafruit_NeoPixel library to commit fd74287" 2025-03-26 23:55:28 +02:00
lenvm
ea5f2e9614 implement changes from cefb980 2025-03-07 22:17:48 +01:00
lenvm
29acf84a09 update Adafruit_NeoPixel library to commit fd74287 2025-03-07 20:50:15 +01:00
Daniel Öster
8b83f54087 Revert the AsyncTCP library change with AsyncTCPsock 2025-03-07 20:30:28 +02:00
Daniel Öster
c4cc9a969b Remove old delay blocking workaround 2025-03-06 21:13:21 +02:00
Daniel Öster
df3024cdfb Suppress compilation warnings in CAN driver 2025-03-06 21:00:46 +02:00
Daniel Öster
d881b7575e
Merge pull request #943 from dalathegreat/improvement/misc-perf
Library updates: ArduinoJSON + AsyncTCP + ESPAsyncWebserver
2025-03-06 21:41:38 +03:00
Daniel Öster
476c54711f Change return type of function 2025-03-06 19:54:13 +02:00
Daniel Öster
8d21930101 Optimize CAN-Native driver and event handling 2025-03-06 19:01:13 +02:00
Daniel Öster
753142bd7c Compilation fixes for lib update 2025-03-05 23:17:17 +02:00
Daniel Öster
27c29867fe Update ESPAsyncWebserver to v3.7.2 2025-03-05 23:07:58 +02:00
Daniel Öster
545fceb4cc Update AsyncTCP to v3.3.6 2025-03-05 23:04:56 +02:00
Daniel Öster
d754937a4e Update ArduinoJSON to 7.3.1 2025-03-05 23:00:39 +02:00
Daniel Öster
2c0e5be5da Remove serial-link (double LilyGo) as an option 2025-03-04 10:15:15 +02:00
Daniel Öster
43d34bb4a3 Restore OTA back buttons 2025-02-19 22:00:14 +02:00
Daniel Öster
15c54cb0a6 Update ElegantOTA from 3.1.5 -> 3.1.6 2025-02-14 15:56:06 +02:00
Daniel Öster
87050791ad Replace AsyncTCPsock with official ESP32Async-AsyncTCP 2025-02-14 15:45:46 +02:00
Daniel Öster
a91d02e62a Update ESPAsyncWebServer from 3.6.0 to 3.6.2 2025-02-03 12:42:37 +02:00
Daniel Öster
8f6d583468
Improvement: Make CAN events more readable (#823)
* Rename CAN events to make them simpler to debug

* Add buffer full check for MCP2515

* Add charger CAN missing event
2025-01-27 17:35:53 +02:00
No-Signal
ba37177382 Replacing non maintained mqtt library with ESP-MQTT 2025-01-14 21:06:25 +00:00
Daniel Öster
73eccb64ec Replace AsyncTCP with AsyncTCPsock library 2025-01-11 20:00:57 +02:00
Daniel Öster
1613b52d5f Replace ESPAsyncWebServer library 2025-01-11 12:04:47 +02:00
Daniel Öster
8a39976962
Remove MCP2517 support (#756) 2025-01-10 15:37:11 +01:00
Daniel Öster
c1d79c288b Remove unused textfiles from libraries 2025-01-08 20:18:51 +02:00
Daniel Öster
f90cf0b673 Remove examples from library 2025-01-08 20:15:12 +02:00
Daniel Öster
969724654d Remove unused modbus files to reduce sketch size 2025-01-08 19:57:34 +02:00
Daniel Öster
b6d7217036 Remove unused code and trim variable allocs 2025-01-08 18:31:00 +02:00
Daniel Öster
33cbbd3c33
Update CANFD library with 2517 compatibility toggle (#753) 2025-01-05 21:59:21 +01:00
Daniel Öster
6cb892b4bc
Update ArduinoJson to v7.3.0 (#750) 2025-01-05 21:49:25 +01:00
Daniel Öster
bcfb41e82e Add task priority setting for CAN addons 2025-01-01 23:09:42 +02:00
Daniel Öster
ce2b714d30 Restore Async lib, implement Mutex locking 2024-12-23 15:35:38 +02:00
Daniel Öster
9cada80540 Update Readme which library used 2024-12-19 20:11:57 +02:00
Daniel Öster
f6fa4540a6 Change references to AsyncTCP library 2024-12-19 19:55:31 +02:00
Daniel Öster
bdc617c0de Replace AsyncTCP library 2024-12-19 19:48:27 +02:00
Daniel Öster
d67e9dcf99 Add ifdef to Modbus server error message printing 2024-10-27 21:22:41 +02:00
amarofarinha
1ff1101566 Improve OTA Update by Removing Delay and Immediate CAN Control 2024-09-29 16:24:14 +01:00
Daniel Öster
bb6a0d7905 Increase buffer, change so 7E4 is stopped until battery started 2024-09-20 13:02:22 +03:00
Daniel Öster
cfa225deee Increase buffer on CAN-FD 2024-09-19 22:34:19 +03:00
amarofarinha
1ba88637be Add Loading Animation During OTA Firmware and Hardware Info Retrieval 2024-09-16 14:41:39 +01:00
amarofarinha
6cb5fe77a6 Added wait effect during ESP32 reboot with a loading animation and 'Rebooting...' message. Displays the latest installed firmware and hardware version once the reboot is complete. 2024-09-15 19:16:51 +01:00
amarofarinha
4a4eff43ba Customized ElegantOTA Web Interface ("Back to Emulator" Button+Firmware Version & Hardware ID) 2024-09-15 10:26:24 +01:00
amarofarinha
856a0838d1 Improvement: Add Battery Pause Feature for Max Charge/Discharge Power and OTA Update Optimization 2024-09-13 15:32:54 +01:00
amarofarinha
78577afa72 Update ElegantOTA library to 3.1.5 2024-09-11 02:55:37 +01:00
Daniel Öster
7bba6237c2 Remove improvised define from CAN lib 2024-08-06 21:44:06 +03:00
Daniel Öster
43c06180eb
Merge pull request #357 from smaresca/smaresca/CHADEMO-Shunt-Refactor
CHAdeMO - shunt refactor
2024-07-08 20:36:02 +03:00
Daniel Öster
47aabca8b3 Remove commented out codeblocks 2024-06-30 21:57:53 +03:00
Daniel Öster
cefb9807e6 Improve performance on LED driver 2024-06-30 17:48:28 +03:00
Steven Maresca
c01744edc8 Delete SimpleISA port 2024-06-23 14:55:38 -04:00
Daniel Öster
997c9092a8
Apply less filtering on CAN signals 2024-06-14 00:05:20 +03:00