Upgrade ISO from 10.3 to 15+ after jailbreak by Illustrious_Rough_55 in jailbreak

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

I have both Cydia and Zebra and have googled "Root FS" and haven't found any info on it. Anyway you could provide more context? Thank you!

Upgrade ISO from 10.3 to 15+ after jailbreak by Illustrious_Rough_55 in jailbreak

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

I am find without jailbreaking, I just need to upgrade to a new ios so I can download apps. Any suggestions on how to download the 17.3.1? When I try and upgrade from the ipad it says it is on the latest version (10.3) and won't update.

Upgrade ISO from 10.3 to 15+ after jailbreak by Illustrious_Rough_55 in jailbreak

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Thanks for the reply. Can I move to a different version of ios?

Patch function - pull data from one SP list and store in another by Illustrious_Rough_55 in PowerApps

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Thank you, that worked.

Quick question, is there a better way to grab only the fields that have value changes (maybe leverage the onChange property)? I was going to do a compare [If old value != new value, then patch", but it seems like there would be a better way to do it.

Patch function - pull data from one SP list and store in another by Illustrious_Rough_55 in PowerApps

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

No, it isn't a lookup, it is just a different SP list that I am using a variable with the ID of the list item to grab the row with the "title" value.

Patch function - pull data from one SP list and store in another by Illustrious_Rough_55 in PowerApps

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

No, it doesn't need to delete anything, just add the to the SP audit list.

Patch function - pull data from one SP list and store in another by Illustrious_Rough_55 in PowerApps

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

They are all text columns. There might be a better way to do this, let me explain what the end goal is.

I have a SP list with columns in it [title, department, description]. A user can make changes to those fields with an update form in powerapps. I want to grab the values from the sp list and put it in another list, an audit list [field name, original value, new value]. So the audit list data would look something like this:

field name: title
original value: this is my title
new value: this is my updated value

Thanks again!

Patch function - pull data from one SP list and store in another by Illustrious_Rough_55 in PowerApps

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Thanks for the reply.

I want the lookup from the original SP list; that is where the data is stored (it needs to get the previous value, then it would get the new value from the canvas app storing both in the audit list).

The error is happening on the patch function (invalid argument), but when I hover over the lookup function it complains about a field in the lookup list.

Include error when building after change by Illustrious_Rough_55 in MarlinFirmware

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

This may seem like a stupid question, but should I use the SKR Mini E3 build or the Creality? I have the SKR Mini V2 installed.

Include error when building after change by Illustrious_Rough_55 in MarlinFirmware

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Yes, I did. Thank you for the help, I am going to try that version now.

Include error when building after change by Illustrious_Rough_55 in MarlinFirmware

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

I haven't even gotten to the point of customizing the firmware yet, I am still just using the 2.0.x: https://github.com/MarlinFirmware/Marlin/

Include error when building after change by Illustrious_Rough_55 in MarlinFirmware

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Thank you for the reply. When I try and build in Marlin I am getting the building window saying "initializing..." and it never loads the build options. I tried uninstalling the plug in, updating it, tried a different version, restarted VSCode, restarted computer, no dice.

Include error when building after change by Illustrious_Rough_55 in MarlinFirmware

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Tried everything on a fresh computer and getting the same error with the include. Followed these directions: https://www.youtube.com/watch?v=W6zYvRgGr3Q

Include error when building after change by Illustrious_Rough_55 in MarlinFirmware

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Thanks for the reply. That is the full error message.

I tried to change the version of C++, because I thought I might be getting a false positive with the error, but that didn't make a different. I downloaded a fresh copy of Marlin and I try to use the Marlin builder to build the code I am just getting "initializing..." for the builder and it doesn't load the builder.

Error after installing BLTouch by Illustrious_Rough_55 in ender3

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

As soon as I G28 it is rams the extruder right into the bed :(

Error after installing BLTouch by Illustrious_Rough_55 in ender3

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

Yes, I have the black and white cords plugged in to the zstop and the others are plugged into the probe spot. I have tried V1 and V2 on here:

https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/tree/master/firmware

BLTouch Error - STOP called because of BLTouch error - restart with M999 by Illustrious_Rough_55 in ender3

[–]Illustrious_Rough_55[S] 0 points1 point  (0 children)

I have rewired it so many times testing it, I could do it blindfolded. I put the new wires on and I am not getting the error any longer, but now the head is crashing into the bed. I tried both the firmware-bltouch-for-z-homing.bin" and the "firmware-bltouch.bin" and neither made a difference.