Notifications
Clear all

Function arguments

79 Posts
8 Users
12 Likes
2,704 Views
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
 

@barrie - I'm not caught up yet... But... just don't use DropBox!  

Do you have a gmail account?  Then use YouTube.  You just drag your video on to it and any definition 4K, Hi-res you use it'll accept.  Answer a couple of questions.  I use "unlisted".  The best part of it is... even if you upload a 4K, and people with a slow Internet connection (like me) will automatically get a 480P version.  If I have to download a 4K from drop box, it'd take 3 days!

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
Ron reacted
ReplyQuote
barrie
(@barrie)
Member
Joined: 2 years ago
Posts: 86
Topic starter  

@inq Are you back? Hope you had or having a good break. I got rid of dropBox years ago when it backed up everything that didn't need backing up. Anyway I revived it because I didn't realize youTube was an option. I assume youTube publishes for the world to see. Is that right? I know you wanted to see a video of the project and I'll let you know when I get the bugs ironed out. The current issue on this thread has been solved thanks to @will. I am now trying to cycle the yoyo action which is proving to be a challenge due to my lack of experience with AccelStepper. If I can't do it within the next day or so, I will be back.


   
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
 
Posted by: @barrie

youTube publishes for the world to see. Is that right?

Optionally, yes.

You upload/drag-n-drop, it'll ask several questions.  One is, public, unlisted or private.  Most all the videos on the forum are YouTube.  All mine are and are unlisted - You must have the link to see it.  It won't get pulled in on a search.  But like I said the biggest advantage... Google makes versions at all resolutions for bandwidth of the viewer.  There is no way I can look at a 4K or even a 1080P with my normal bandwidth.

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@zander

Posted by: @zander

@barrie AS well as proper var names, you might want to consider more specific data types. On this forum, some integer types are 16 bit, some are 32 bit. Don't know if it will make a difference, but what a b*tch to find.

Good point!

I recommend using the 'size_t' data type, as under the ISO standard it is guaranteed to represent the largest integer type that can be represented.  Likewise, the 'auto' type keyword should do the same, but you might need to change your platform.txt file to be able to use it.

There are template ways too, but too advanced to recommend for this issue 😉

Cheers


   
ReplyQuote
Page 6 / 6