Log In  

I just noticed that some code I have included in my pico project via an #include statement, ist not counted against the token or char limit. This limits the usefulness of this feature which I wanted to use for a library of reusable code. Has this been discussed before? Are there common workarounds for this? What happens if my compiled code in the end exceeds the limit, while the editor shows my code still within the limits? I assume it will not run, right?

P#138977 2023-12-21 14:19

If you run the command "info" in the console it will display your token count including all code from outside files using the #include command.

P#138982 2023-12-21 14:53

thanks a lot for this information @thesailor

P#138984 2023-12-21 15:11

[Please log in to post a comment]