Brent Wilkins
Brent Wilkins
I'm a little confused if this is a question/issue. Are you appending PB6/PB7 to pin_arduino.h? The copy of pins_arduino.h that is in this repo has had that for 3 years....
It does. https://github.com/sparkfun/Serial7SegmentDisplay/blob/master/firmware/hardware/Serial7Seg/variants/standard/pins_arduino.h Maybe do a fresh download? Since you are running 1.6.4 you could try using the new board manager with this URL: https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json
I cannot reproduce the error. What do you mean by the 'E' segment? Is it a single segment that is numbered in a figure in [this section](https://github.com/sparkfun/Serial7SegmentDisplay/wiki/Special-Commands#user-content-individual-segment-control)? Segment 5? If...
Thanks for reaching out. The specific issue you are commenting on here is unclear. If you have found a specific bug in our code, please let us know. Otherwise, if...
I wasn't able to reproduce any issues with the code found in S7S_Example_Serial_Basic on a Teensy. I wired up the TX line on the Teensy (8) to the RX line...
Here is the entire sketch minus the copyright and such in the header. ```C++ #include SoftwareSerial Serial7Segment(7, 8); //RX pin, TX pin int cycles = 0; void setup() { Serial.begin(9600);...
I just reinstalled [Ollama](https://ollama.com/download) and got this: >ollama run sammcj/smaug:72b-q4_k_m Error: error loading model /usr/share/ollama/.ollama/models/blobs/sha256:084c5564c9422b4742af96f035a52f8b09d9d1956b5eea911cb0130cef96a
I only have 64 GB. I had htop open and it didn't go up, but maybe there is a check.
Do any of you want to test the patch I created [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/5759)? My testing isn't done, but I can select my embedding and process now.
> @BrentWilkins, I replaced `safe.py` with your edited version in #5759, restarted the webui, and it did not make a difference for me. Did I miss a step? My validation...