File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2751,7 +2751,7 @@ void print_reset_reason(int reason) {
27512751/* *************************************************************************/
27522752void printDeviceInfo () {
27532753 WS_DEBUG_PRINTLN (" -------Device Information-------" );
2754- WS_DEBUG_PRINT (" Firmware Version: " );
2754+ WS_DEBUG_PRINT (" WipperSnapper Firmware Version: " );
27552755 WS_DEBUG_PRINTLN (WS_VERSION);
27562756 WS_DEBUG_PRINT (" Board ID: " );
27572757 WS_DEBUG_PRINTLN (BOARD_ID);
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ bool Wippersnapper_FS::createBootFile() {
290290 if (bootFile) {
291291 bootFile.println (" Adafruit.io WipperSnapper" );
292292
293- bootFile.print (" Firmware Version: " );
293+ bootFile.print (" WipperSnapper Firmware Version: " );
294294 bootFile.println (WS_VERSION);
295295
296296 bootFile.print (" Board ID: " );
@@ -299,7 +299,7 @@ bool Wippersnapper_FS::createBootFile() {
299299#if defined(ADAFRUIT_PYPORTAL_M4_TITANO) || defined(USE_AIRLIFT) || \
300300 defined (ADAFRUIT_METRO_M4_AIRLIFT_LITE) || defined (ADAFRUIT_PYPORTAL) || \
301301 defined (ARDUINO_ADAFRUIT_FRUITJAM_RP2350)
302- bootFile.print (" AirLift FW Revision : " );
302+ bootFile.print (" AirLift Coprocessor Firmware Version : " );
303303 bootFile.println (WS._airlift_version );
304304#endif
305305
You can’t perform that action at this time.
0 commit comments