Search found 2 matches

by bruno963852
Tue Jul 09, 2019 2:26 pm
Forum: General Discussion and Questions
Topic: Strings Module for Memory Optimization
Replies: 1
Views: 1835

Strings Module for Memory Optimization

According to the official documentation, assigning a string to a variable instead of passing directly in a function is more efficient because the string will be saved in flash, example: var = "My string is a good string" print(var) is better than: print("My string is a good string") at least it is w...
by bruno963852
Thu May 30, 2019 3:23 pm
Forum: General Discussion and Questions
Topic: GSM/PPPOS working example/library
Replies: 2
Views: 4886

Re: GSM/PPPOS working example/library

How do you set the apn, user, and password?