mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 03:13:25 +02:00
Prints SDK version at startup
This commit is contained in:
@@ -39,6 +39,8 @@ void setup() {
|
||||
|
||||
serial_init(); // Setup serial baud rate and interrupts
|
||||
|
||||
grbl_sendf(CLIENT_SERIAL, "[MSG:ESP32 SDK: %s]\r\n", ESP.getSdkVersion()); // print the SDK version
|
||||
|
||||
#ifdef CPU_MAP_NAME // show the map name at startup
|
||||
grbl_send(CLIENT_SERIAL,"[MSG:Using cpu_map..." CPU_MAP_NAME "]\r\n");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user