From cf45fde735c02786ccad61c6efe6f284447d9764 Mon Sep 17 00:00:00 2001 From: Zoe Pfister <zoe.pfister@student.uibk.ac.at> Date: Mon, 3 Oct 2022 14:39:17 +0200 Subject: [PATCH] add todo to pinout.hpp --- client/client/include/pinout.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/client/include/pinout.hpp b/client/client/include/pinout.hpp index 9a9ad92..b80b32d 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 -- GitLab