Yes, basically.. it IS Anduril.. It's just Anduril after a major rewrite and changes and we're now calling it "Anduril 2".. If you want to go into philosophy and argue if a boat is still the original boat after you've swapped all of its pieces one by one and with the old pieces you build another one, than idk, you make whatever you want of it.
Oh yea, similar to the X parts before a human become a cyborg debate. Although Iāve seen one definition of cyborg where the parts have to offer mechanical advantages over the original. I donāt think current prosthetics and artificial organs have reached that level yet.
Well, that is the default code and what I'm using now. What I'm after is to have that define there so the default ramp type will be channel switching, not tint ramping.
Nope, still no go.. Either I get the same errors with the define enabled, or the change you've suggested makes no difference if I remove the define, as the code block where the line is never gets called.
EDIT: Actually, I believe I've fixed it.. (not sure it's the proper way though.. )
went from this:
// 0: smooth tint ramp // 1: toggle tint only between two extremes #ifdef TINT_RAMP_TOGGLE_ONLY uint8_t tint_style = 1; #else uint8_t tint_style = 0; #endif
to this:
// 0: smooth tint ramp // 1: toggle tint only between two extremes //#ifdef TINT_RAMP_TOGGLE_ONLY uint8_t tint_style = 1; //#else //uint8_t tint_style = 0; //#endif
I tried reflashing with those three hex files from ToyKeepers site but none of them fixed it. Could this be a faulty driver problem or reflashing problem? I have never dropped the light. I use it mainly for a bed side lamp in the 2000k setting and press 3H to go to candle mode, then press 5H so it turns off after about 20 mins. I think it stopped working properly after I pressed 5H and I might have clicked too many times, I tried unscrewing the cap thinking maybe I accidentally went into momentary mode, and I also tried the 13H to do a factory reset but it didnāt fix it either.
It wonāt work with Anduril 1, you need Anduril 2. Also you were just in Simple UI (10H to exit). Aux is configured via 7C/7H and some other functions have changed too. Check the manual.
The correct firmware for your flashlight is anduril.2021-12-13.noctigon-kr4-tintramp.hex. Donāt forget to do a reset at room temperature to calibrate the thermal sensor.
I just wore down the battery in my D4V2 to under 3.5V for the first time and the Aux LED colour didn't switch from green to yellow but instead it's alternating between green and red every 10 seconds. This seems like a bug?
Firmware is anduril.2021-12-13.noctigon-kr4.hex 2021-12-13 16:01 27K (custom D4V2 with 9A+FET driver, SST-20s).
and it has a link to the needed file to fix the SP10 PRO⦠now waiting for the USBPoGo tool to connect to the light⦠getting closer to doing my First Flash!
Iāve always been curiousā¦. Why are their different options for exiting and entering simpleUI? I ALWAYS get it wrong on stock lights and repeatedly need to enter a 10C or 10H sequence. On the personal builds I made last year, I set enter and exit to 10C with a simple low brightness blink (Simple) or double blink (Advanced) to designate which UI the user was in. I suppose this may be trivial because getting to simple or advance is always a certain command in the original version.
Iāll need to rebase my brz branch and make the same modifications to the source code again to get my new lights the same as the old. (I struggle with GIT and BZR so if there is an easier way to do this, Iām all ears)
Lastly, I modified the voltage rainbow to the old 4 color version (or so I thought) but it had never worked correctly. I believe I just removed the sections with colors I didnāt want, but itās a bit unreliable at times. Iām not exactly sure why though as the code looked straight forward. Any tips or thoughts on this?
My guess is itās because 10C will always enable Simple UI (or does nothing). So itās pretty safe to enter. On the other hand 10H is more unlikely to enter to leave Simple UI. Also with the same combination you donāt know in which mode you are unless you try some modes like battcheck.
ToyKeeper once came up with an idea of allowing more customizations from config files. AFAIK itās nothing more than an idea so far.