diff --git a/client/client/include/pinout.hpp b/client/client/include/pinout.hpp index 9a9ad92494f6fda373d184ef94f91d17934e01ba..b80b32dce021c98f1ea68e88871da9288e4be270 100644 --- a/client/client/include/pinout.hpp +++ b/client/client/include/pinout.hpp @@ -5,4 +5,6 @@ #define I2C_SDA 18 #define I2C_SCL 19 -#endif \ No newline at end of file +// TODO: IF THE BOARD CHANGES (I.E. ESPCAM MODULE), THESE HAVE TO BE CHANGED (EITHER COMPILE TIME FLAG OR IFDEF OR SMTH) + +#endif