Decoding working for MPPT

This commit is contained in:
2025-12-29 20:22:41 +11:00
parent 0863f8572c
commit 26b0196791
5 changed files with 21 additions and 30 deletions

12
TODO
View File

@@ -6,3 +6,15 @@
* Sh3dNg version and examples uses structs to get data - seems to work
* Example generated uses manually managing a string
* Reconsider what is best and use
# Debugging
Use standard ESP32 debugging stuff. Handler should not be string but more like printf? Consider alternatives
Make sure debugging can be to file or serial etc
# Decrypting
Review 2 methods of decrypting and check it is working correctly
Seems mbedTLS is better choice as auotmatic hardware support even on ESP32 - where as the esp_aes version is not portable.