KurtE
Senior Member+
That works for me...yes that does work
Note: with this edit I am not seeing any text cursor blinking or the like. But text shows as I type
That works for me...yes that does work
That is what I saw - but there are 13 copies of EDGE open - most with multiple URL tabs - this one has 19 on itnot seeing any text cursor blinking or the like
I had that too.Yes, Seems good - had to restart edge browser as the cursor was missing
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_) {
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;
}
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
It is back now ???Lost Cursor again![]()
Arrgh - CODE tags are under '...' "more"
Yep had to hit refresh and now code tag shows up.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.
Looks like it does.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!
void setup() {
// you are here
}
Easy to view and download toohad 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.