Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables usage of protobuf enums in web config #1041

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into www-buf-cli-build
# Conflicts:
#	www/package-lock.json
#	www/package.json
#	www/src/Data/Pins.ts
  • Loading branch information
Pelsin committed Jun 4, 2024
commit e83428fa29f85a636eaa2d2cda840b74c5a0ad42
2 changes: 1 addition & 1 deletion lib/tinyusb
Submodule tinyusb updated 813 files
2 changes: 0 additions & 2 deletions proto/enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ enum GpioAction

enum GpioDirection
{
option (nanopb_enumopt).long_names = false;

GPIO_DIRECTION_INPUT = 0;
GPIO_DIRECTION_OUTPUT = 1;
}
Expand Down
Loading
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.