Skip to content

jankovalski/Speeduino-Serial-ESP32-TFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speeduino-Serial-ESP32-TFT

Comms code is from https://github.com/MielArrojado/speeduino-ardugauge

screen

Sync loss counter is not exposed on secondary serial by default. I added it to cancomms.ino manually: fullStatus[122] = currentStatus.syncLossCounter; also increased NEW_CAN_PACKET_SIZE in cancomms.h from 122 to 123. If you don't need that, you might want to change DATA_LEN in Comms.h of this project back to 122 and remove fetching this value from main ino file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published