From 8802000f7ba394c8b209b6eeaef98a6279a6f904 Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Thu, 4 Sep 2025 09:45:10 +0200 Subject: [PATCH] Fix template CSV Adding the missing comma on line 58, which prevents GitHub to show it as a table. Reference : https://docs.github.com/fr/repositories/working-with-files/using-files/working-with-non-code-files#handling-errors --- Template/1-template_cells.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Template/1-template_cells.csv b/Template/1-template_cells.csv index e14fa02..61af768 100644 --- a/Template/1-template_cells.csv +++ b/Template/1-template_cells.csv @@ -55,6 +55,6 @@ GRN,0000,0000,0000,0000,0000,DTR,0000,0000,0000,0000,0000,0000,0000,0000,0000,00 Text,,,,,,,,,,,,,,,,,,, Power | Raw:5V-16V (6V-12V recommended)| VCC:5V | Maximum current: 150mA @5V,,,,,,,,,,,,,,,,,,, LEDs | Power: Red | User (D13): Green,,,,,,,,,,,,,,,,,,, -Arduino Pro Mini (DEV-11113) | Programmed as Arduino Pro Mini w/ ATMega328,16MHz/ 5V,,,,,,,,,,,,,,,,,,, +Arduino Pro Mini (DEV-11113) | Programmed as Arduino Pro Mini w/ ATMega328,16MHz/ 5V,,,,,,,,,,,,,,,,,,,, Reset Button | Extras | ATmega328, Logo, Legend, FTDI,,,,,,,,,,,,,,,,,,, -EOF,,,,,,,,,,,,,,,,,,, \ No newline at end of file +EOF,,,,,,,,,,,,,,,,,,,