OpenStickCommunity / GP2040-CE

Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards
https://gp2040-ce.info
MIT License
1.24k stars 279 forks source link

Enables usage of protobuf enums in web config #1041

Open Pelsin opened 1 month ago

Pelsin commented 1 month ago

Compiles enums.proto into typescript defs.

Requires an extra build step, has been added to run before npm run dev & npm run build so it should work.

Example usage in Pins.ts

Screenshot 2024-06-04 at 13 33 06

Bundle size grew but not by a ton, still ok i hope!

Screenshot 2024-06-04 at 13 33 50