Illumination module fixes, report as module

This commit is contained in:
Filip Ayazi 2023-03-08 01:22:22 +00:00
parent 225e208eae
commit 5c0d38f3b2
4 changed files with 110 additions and 29 deletions

View file

@ -74,7 +74,7 @@ void setup() {
Serial.begin(115200);
// NOTE!!! Wait for >2 secs
// if board doesn't support software reset via comPort->DTR/RTS
delay(2000);
delay(5000);
UNITY_BEGIN(); // IMPORTANT LINE!
//bizzare string issues caused this to fail in specific sequences, so we run it multiple times
RUN_TEST(test_multiple_argument_parsing);