new UI is functional but may need some minor bugfixes

This commit is contained in:
2019-08-21 21:41:53 -04:00
parent 82928fe84b
commit a82ce2dd0d
10 changed files with 320 additions and 766 deletions

View File

@@ -139,18 +139,6 @@ public:
unsigned char config7HMask;
unsigned char pad[USB_PACKET_SIZE_WITH_REPORT_ID - 29];
}PIC18;
struct
{
unsigned char command;
uint16_t bootloaderVersion;
uint16_t applicationVersion;
uint32_t signatureAddress;
uint16_t signatureValue;
uint32_t erasePageSize;
#warning Replace with real stuff when implemented.
//uint16_t configxxMask...
//unsigned char pad[USB_PACKET_SIZE_WITH_REPORT_ID - XX];
}PIC24;
};