From 99f759e33410ca97b4c82b16f5d26cff92d6d65f Mon Sep 17 00:00:00 2001 From: andrum993 <137400510+andrum993@users.noreply.github.com> Date: Wed, 28 May 2025 17:55:38 +0100 Subject: [PATCH] Update raspinfo: correct heading text The section labelled config.txt actually outputs the firmware configuration reported by vcgencmd get_config int and str. Change the section heading to reflect this. --- raspinfo/raspinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspinfo/raspinfo b/raspinfo/raspinfo index 9d489a6..6ff433f 100755 --- a/raspinfo/raspinfo +++ b/raspinfo/raspinfo @@ -229,8 +229,8 @@ echo audio_info echo -echo "config.txt" -echo "----------" +echo "Firmware Configuration" +echo "----------------------" echo #cat /boot/config.txt | egrep -v "^\s*(#|^$)"