1
0
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:
bdring
2020-02-04 13:42:39 -06:00
parent 6e6ce932c4
commit d0d273f4aa

View File

@@ -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