-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/com.cpp:586:13: error: 'gcvt' was not declared in this scope #63
Comments
/mnt/roboczy/cnc/offline/grbl_controller_esp32-master/grbl_controller_esp32/com.cpp:564:13: error: 'gcvt' was not declared in this scope Compilation error: 'gcvt' was not declared in this scope |
delete gcvt(savedWposXYZA[2], 3, floatToString); // convert float to string #include // Include necessary header for std::string void sendFromString() {
} The sketch uses 1884961 bytes (59%) of program storage space. Up to 3145728 bytes. |
src/com.cpp:586:13: error: 'gcvt' was not declared in this scope
The text was updated successfully, but these errors were encountered: