Check Firmware version using the LCD
-
How to check what version of firmware is running on the duet board and the LCD board using only the LCD commands ?
-
LCD firmware verson: just go to the Setup page
Duet firmware version: send M115 from the Console page -
thx!
after m115 i get:[[language]] FIRMWARE_NAME: RepRapFirmware for Duet WiFi and Duet Ethernet FIRMWARE_VERSION: 1.21RC2 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2018-02-15 build 2 ```is it ok to have 1.21rc2 as firmware and 1.02 as wifi ?
-
thx!
after m115 i get:[[language]] FIRMWARE_NAME: RepRapFirmware for Duet WiFi and Duet Ethernet FIRMWARE_VERSION: 1.21RC2 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2018-02-15 build 2 ```is it ok to have 1.21rc2 as firmware and 1.02 as wifi ?
In that output, the ELECTRONICS: Duet WiFi 1.02 or later refers to the board, and not the WiFi firmware.
Here's what I receive, for comparison:
[[language]] FIRMWARE_NAME: RepRapFirmware for Duet WiFi and Duet Ethernet FIRMWARE_VERSION: 1.21RC2 ELECTRONICS: Duet WiFi 1.0 or 1.01 FIRMWARE_DATE: 2018-02-15 build 2
And yes, that's OK.