feat/m5_lcd #19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user