Markov Alex

Results 2 issues of Markov Alex

I have a model: ``` java @Table(...) class MyModel extends Model { @Columnt(...) public String Field; public void SomeMethod() { MyModel old = MyModel.get(this.id); //Compare old.Field and this.Field } }...

Hello! I am trying to flash Wemos S2 mini (ESP32-S2) via USB. But `espflash` unable to connect to chip until `esptool.py` connects first. **Versions** OS: Linux, distro Manjaro, kernel 6.13.12...

status:needs-investigation