Huseyin Keles
Huseyin Keles
Same. In the instructions [0] it mentions that we need to install "Mixed Reality Capture" on Oculus Quest, but can't find it on the Oculus store. [0] - https://github.com/fabio914/OculusQuestMixedRealityForiOS#requirements
Stopped working around 4 in the morning again :) Probably the signal is not very strong as the meter is in a cabinet outside the apartment. But when it works,...
Now I'm running a much more simplified version of this code with ability to reconnect and not to send data when it reads 0 (it happened only once in a...
I created the fork [0] Main differences from this repository; - Much more simplified. Not using WifiManager, flash the LED on ESP etc. - Reconnects to WIFI when the connection...
Ah, I also use D5 pin, as it was easier to do the setup compared to D2 :)
@HanSyt thanks! Do you mind telling what they mean? Like the difference in between `DELIVERY` and `CONSUMPTION`? Also L1, L2 and L3? :)
Oh, I haven't had seen your fork [0] btw! I see some improvements over there! [0] https://github.com/HanSyt/esp8266_p1meter/commits/master
Hi @williammartin No worries, I had a very recent backup :) And yes, my `history` is indeed aliased to `omz_history` ``` > type -a history history is an alias for...
Hi @williammartin, No, I didn't copy paste it from somewhere else :) initially I installed github cli by `brew install gh` and then I installed the copilot extension by running...
I can confirm it was that. I was able to reproduce it. When using; ``` eval "$(gh copilot alias -- bash)" ``` in my `zsh`, it does delete the history...