Tilen Komel
Tilen Komel
@Hunter275 this was fixed in #269.
Hello, I am having the same problem as you. As I understand, think this is the part where it fails:  I added a debug console log and got normalizedOptions:...
I understand. Thank you for explaining. 😊
> Issue does not exist when building from latest version of `master` Shouldn't then this issue also be closed?
You must specify options from readme in MQTT_OPTS ENV variable in docker-compose.yml ``` ... meshtastic-mqtt: container_name: meshtastic-mqtt depends_on: database: condition: service_healthy build: context: . dockerfile: ./Dockerfile command: /app/docker/mqtt.sh environment: DATABASE_URL:...
@uguraltinsoy was answer ok? If yes please close the issue.
Oh, I see. I thought Web UI was using protobuf definitions from there, but it inherits them from @meshtastic/js. The JS library gets protobuf definitions from https://jsr.io/@meshtastic/protobufs. I hope I...
Ha, interesting. The JSR looks like it is platform-specific (JS and TS). Buf supports Swift, ts, js, python, go, c, rust, scala, and more. Isn't this like a downgrade? I...
In any way. The current version of protobuf on JSR is 2.5.9. The latest protobuf version in the repository is 2.5.19. It might be time to update so we can...
Can this publish to JSR be merged so that we would have recent protobuf out there?