Remove exceptions from Printing.cpp and test_printing.h, since we don't want embedded systems to crash during operation. Replaced the exceptions with error print statements. Re-disabled C++ exceptions in the platformio.ini file.
Also added a README.md to each team's src, lib, and include directories (this also allows us to commit the empty lib directory to Git).
Remove exceptions from
Printing.cpp
andtest_printing.h
, since we don't want embedded systems to crash during operation. Replaced the exceptions with error print statements. Re-disabled C++ exceptions in theplatformio.ini
file.Also added a
README.md
to each team'ssrc
,lib
, andinclude
directories (this also allows us to commit the emptylib
directory to Git).