feat/m5_lcd #19

Merged
Nicolas merged 4 commits from feat/m5_lcd into develop 2024-01-26 08:41:00 +00:00
Showing only changes of commit 69db4ba2b7 - Show all commits

View File

@ -100,6 +100,11 @@ void Program::loop() {
String nfcId = this->nfcReader->ReadNfc();
//si qqc
if(nfcId != "0"){
if (lcdScreen->get_components().wifi != COMPONENT_OK) {
lcdScreen->add_log("Wifi not connected !");
lcdScreen->set_nfc_message("Cannot send wifi request !");
return;
}
//j'arrète le stepper
//this->grbl->stop(); //FIXME: implemente
//j'affiche le tag lue