test thread

Yes, Seems good - had to restart edge browser as the cursor was missing - and back now. And on wide screen has needed toolbar icons.
Is it backed up once already?
 
Yes, Seems good - had to restart edge browser as the cursor was missing
I had that too.

C++:
What about code tags?
bool USBHostGamepad::setRumble(uint8_t lValue, uint8_t rValue, uint8_t timeout)
{
    // Need to know which joystick we are on.  Start off with XBox support - maybe need to add some enum value for the known
    // joystick types.
    rumble_lValue_ = lValue;
    rumble_rValue_ = rValue;
    rumble_timeout_ = timeout;
    int ret;
    switch (gamepadType_) {
 
Code:
bool USBHostGamepad::setRumble(uint8_t lValue, uint8_t rValue, uint8_t timeout)
{
// Need to know which joystick we are on. Start off with XBox support - maybe need to add some enum value for the known
// joystick types.
rumble_lValue_ = lValue;
rumble_rValue_ = rValue;
rumble_timeout_ = timeout;
int ret;
switch (gamepadType_) {

Arrgh - CODE tags are under '...' "more"
 
This code mostly works but CrashReports:
C++:
void setup() {
  // put your setup code here, to run once:
  Serial.begin( 1);
  while (!Serial) delay(1);
  if (CrashReport) {
    Serial.print( CrashReport );
    while(1);
  }
    Xmain();
}

void loop() {
  // put your main code here, to run repeatedly:
}

#include <iostream>

struct Degrees {
  Degrees()
    : degrees_(0) {
    std::cout << "Default constructed\n";
  }
  Degrees(double degrees)
    : degrees_(degrees) {
    std::cout << "Constructed with " << degrees_ << "\n";
  }
  double degrees_;
};

struct Position {
  Position()
    : latitude_{ 1 } {
    longitude_ = Degrees{ 2 };
  }
  Degrees latitude_;
  Degrees longitude_;
};

int Xmain() {
  Position position;
}

And the CrashReport error changes:
CrashReport:

A problem occurred at (system time) 12:15:27

Code was executing from address 0x1548

CFSR: 400

(IMPRECISERR) Data bus error but address not related to instruction

Temperature inside the chip was 44.15 °C

Startup CPU clock speed is 600MHz

Constructed with 1

Default constructed

Constructed with 2


CrashReport:

A problem occurred at (system time) 12:16:11

Code was executing from address 0x361C4

CFSR: 8200

(PRECISERR) Data bus error(address in BFAR)

(BFARVALID) Accessed Address: 0x20030000

Temperature inside the chip was 44.15 °C

Startup CPU clock speed is 600MHz

Reboot was caused by auto reboot after fault or bad interrupt detected
 
Preview working??? It cycles.

```
Manual code tag

```
for manual tags have to use
C++:
- thought would give it a try
Does not seem to work
C++:
Non manual code tag

NOTE: EDIT is working as well
 
I see PM's transferred! and 'start conversation' seems to work as expected for the two online that allow that

And cursor gone again
 
I tried to edit the toolbar. You might need to refresh the page to see it. Should now have the code tag as 3rd item in the 3rd group.
Yep had to hit refresh and now code tag shows up.

Quotes work a bit differently but works

Attachments work nicer have to say

EDIT:
had to try drag and drop as Kurt did - works for anything it seems. Image is inserted in body of text message and second attachment - txt file as a file.
Screenshot 2023-11-08 062621.png
 

Attachments

  • IMU Cal Analysis Tool, 041818.pdf
    63.7 KB · Views: 65
  • Keystrokes-gamepad.txt
    982 bytes · Views: 510
Another attempt - I tried to move the code tag to the first position in the toolbar. Even if you shrink the window to force it to use the smaller toolbar with fewer icons, the code tag is supposed to remain in the very first spot.
 
I'm about to edit the DNS to open this up to everyone.... right at the 48 hour mark since the old server went down!

EDIT: done. TTL setting is 1800 seconds, so people should start seeing the new server over the next half hour as DNS servers update.
 
Last edited:
ugh, and just a couple minutes after updating DNS, and get a Russian spammer via the contact forum. I think it only can send to me (or whomever is offically the forum's admin contact). Over the next couple days, might have to play with settings and turn off some features that spammers abuse...
 
Looks Good!
Opened in alternate browser and 'must login or register to reply'
Create user has 'not a robot' checkbox for testing - hope that makes it harder for spam?

C:
void setup() {
    // you are here
}
Notice BOLD does inline BOLD not showing the [tags] - nice touch.
Cursor is here :)

IP addr root needs a default.html to Forum - instead of showing server info?
Got a backup before the users show up?
 
Test Draft save of typed text ... restore in a bit ???

Yep - saved draft after some time and kept on refresh/return!
 
Back
Top