Rolf
Rolf
@Jusalak wrote: > I tried JaffyDOS copier: You do not mention if you have the [jaffydos](http://blog.worldofjani.com/?p=3544) kernel installed or not. Jaffydos is a patched jiffydos for use with SD2IEC.
If this is indeed a duplicate issue, then please close this issue and add your solution resolving the problem in the original issue. There is no need to keep duplicate...
> As far as I'm aware, the latest official firmware for U2 is 3.7. The latest firmware can be found here: https://ultimate64.com/Firmware and it is version 3.10a. There are also...
Hello @cdeil, Have you considered using a query where you add the SensorTag column in the summarize / group by? ``` Plant_Metric_0762 | where $__timeFilter(DateTime) | where SensorTag in ('W1_Kal_OSADY',...
> In the meantime, you can manually rename the column if you edit the KQL code, using the `project-rename` function: > > ```kusto > | summarize avg(Value) by bin(DateTime, $__timeInterval)...
You shouldn't trust file copiers when copying multi-part demos (it is asking for problems). This demo was never released on a d71 disk image. Stick to the original disk image...
Special chars need to be [URL-encoded](https://www.urlencoder.org/).  ``` curl -v -X 'PUT' \ 'http://192.168.64.176/v1/configs/Audio%20Mixer/Vol%20Socket%201?value=%2B6%20dB' \ -H 'accept: application/json' ``` ``` * Trying 192.168.64.176:80... * Connected to 192.168.64.176 (192.168.64.176) port 80...
@4ch1m wrote: > Does the Ultimate-64 provide the OpenAPI spec file? No, unfortunately it doesn't. I'm creating one myself as a learning experience. I will most definitely share the resulting...
I am. I can create a repo and we can work on it together and anyone who likes to join, can also help. Just create a branch and provide a...
@matozoid, I have added / invited you as a collaborator (not a word us Dutchies would use in Dutch ;-) ). Find the repo here: https://github.com/Grrrolf/u2plus-open-api-spec Feel free to improve,...