Illumination module fixes, report as module
This commit is contained in:
parent
225e208eae
commit
5c0d38f3b2
4 changed files with 110 additions and 29 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue