Release v2.3 is coming soon... prepare
Release v2.3 is coming soon... prepare
Just to let you know
we are getting close to the v2.3 release.
What this means is for you to
a. think twice before submitting a fundamentally new feature (which might require several rounds of followups to get it perfect) just now,
b. get the documentation updated for all the cool new stuff you provided. http://www.multiwii.com/wiki/index.php?title=Main_Page
c. spend some time on finding and describing bugs
You can find an incomplete list of the new / improved features here
viewtopic.php?f=7&t=3167
Have fun
we are getting close to the v2.3 release.
What this means is for you to
a. think twice before submitting a fundamentally new feature (which might require several rounds of followups to get it perfect) just now,
b. get the documentation updated for all the cool new stuff you provided. http://www.multiwii.com/wiki/index.php?title=Main_Page
c. spend some time on finding and describing bugs
You can find an incomplete list of the new / improved features here
viewtopic.php?f=7&t=3167
Have fun
Re: Release v2.3 is coming soon... prepare
Why now?
Sure, there are a lot of improvements since the official 2.2,
but the great card is still missing: Waypoint Navigation.
So imho wait for this and implement other requested items in the meantime,
for example "Save/Load Aux-Setting to/from mwi-File"
Sure, there are a lot of improvements since the official 2.2,
but the great card is still missing: Waypoint Navigation.
So imho wait for this and implement other requested items in the meantime,
for example "Save/Load Aux-Setting to/from mwi-File"
Re: Release v2.3 is coming soon... prepare
GPS Navigation should not hold up valuable releases. There's some good stuff in 2.3 that I think needs to be mainstream. Maybe 2.3.1 can have GPS navigation, but there's quite a few of us who could care less about waypoints.
I believe what needs the most attention is the Wiki. We need to make sure it has accurate, up-to-date information.
I believe what needs the most attention is the Wiki. We need to make sure it has accurate, up-to-date information.
Re: Release v2.3 is coming soon... prepare
subaru4wd wrote:GPS Navigation should not hold up valuable releases. There's some good stuff in 2.3 that I think needs to be mainstream. Maybe 2.3.1 can have GPS navigation, but there's quite a few of us who could care less about waypoints.
+1
Re: Release v2.3 is coming soon... prepare
subaru4wd wrote:GPS Navigation should not hold up valuable releases. There's some good stuff in 2.3 that I think needs to be mainstream. Maybe 2.3.1 can have GPS navigation, but there's quite a few of us who could care less about waypoints.

Re: Release v2.3 is coming soon... prepare
I suppose it is possible for me to care less than I already do. So... what was your point exactly?
-
- Posts: 8
- Joined: Sun Jul 28, 2013 6:39 pm
Re: Release v2.3 is coming soon... prepare
Sounds good. When is the date? Any hints or dates?
Re: Release v2.3 is coming soon... prepare
documentation pending...
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Release v2.3 is coming soon... prepare
I also think it's time to release a new version.
I'm currently on the MSP documentation in order to ease the integration with third party apps
I'm currently on the MSP documentation in order to ease the integration with third party apps
Re: Release v2.3 is coming soon... prepare
subaru4wd wrote:I suppose it is possible for me to care less than I already do. So... what was your point exactly?
Please don't take the above too seriously. It's a small point that i raise in the interest of commedy and because you asked the question.
Re: Release v2.3 is coming soon... prepare
Hi,
Can anybody fix the problem with the fast yaw (gier) before release 2.3 please?
Fast Yaw bring the PID Controler to Run out...
Greetings from Germany,
Marc
Can anybody fix the problem with the fast yaw (gier) before release 2.3 please?
Fast Yaw bring the PID Controler to Run out...
Greetings from Germany,
Marc
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Release v2.3 is coming soon... prepare
Stars112 wrote:Hi,
Can anybody fix the problem with the fast yaw (gier) before release 2.3 please?
Fast Yaw bring the PID Controler to Run out...
Greetings from Germany,
Marc
viewtopic.php?f=8&t=3805
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Release v2.3 is coming soon... prepare
I've uploaded a first candidate for testing/debugging purpose in the download section of google code
Re: Release v2.3 is coming soon... prepare
Thank You.
- linuxslate
- Posts: 91
- Joined: Mon May 13, 2013 3:55 pm
Re: Release v2.3 is coming soon... prepare
So is there a thread for pre2.3 feedback?
Is this it?
I'm willing to put MultiWii_dev_2013_08_23_r1573_pre_2.3 in my (very generic) quad before I fly this weekend.
Perhaps a pre2.3 feedback thread for non-developer (l)users like myself should be in 'Tweaking - flying experience' instead of here.
I think I'll create one over there. If that is not the right thing to do, then the thread will just die on it's own.
Is this it?
I'm willing to put MultiWii_dev_2013_08_23_r1573_pre_2.3 in my (very generic) quad before I fly this weekend.
Perhaps a pre2.3 feedback thread for non-developer (l)users like myself should be in 'Tweaking - flying experience' instead of here.
I think I'll create one over there. If that is not the right thing to do, then the thread will just die on it's own.
Re: Release v2.3 is coming soon... prepare
Please ignore following posts - my servo was giving out rfi causing issue....
-------------------
First test for me.....
Tricopter
Crius mega (So rubbish Hobbyshitty gave it away for free...!)
#1 - Yaw control seems more sensitive - Rate is at 0 so can't adjust down.
For me its OK for acro, but too strong for steady AP.
I replaced 30 with 20 in following to solve for me...
rc = (int32_t)rcCommand[YAW] * (2*conf.yawRate + 20) >> 5;
#2 - possible overflow issue somewhere?
If I do full hard yaw side to side the real motor goes 100% for a very short time. Copter nearly perpendicular to ground. Its frigging scary...
Its easily repeatable
It does NOT happen in ACRO ??
It happens in Horizon. Did not try level.
I replaced the controller board - same issue.
-------------------
First test for me.....
Tricopter
Crius mega (So rubbish Hobbyshitty gave it away for free...!)
#1 - Yaw control seems more sensitive - Rate is at 0 so can't adjust down.
For me its OK for acro, but too strong for steady AP.
I replaced 30 with 20 in following to solve for me...
rc = (int32_t)rcCommand[YAW] * (2*conf.yawRate + 20) >> 5;
#2 - possible overflow issue somewhere?
If I do full hard yaw side to side the real motor goes 100% for a very short time. Copter nearly perpendicular to ground. Its frigging scary...
Its easily repeatable
It does NOT happen in ACRO ??
It happens in Horizon. Did not try level.
I replaced the controller board - same issue.
Last edited by shikra on Thu Sep 26, 2013 10:07 pm, edited 1 time in total.
Re: Release v2.3 is coming soon... prepare
@Hamburger
Will RCSERIAL and all the usual MSP commands be available in v2.3...?
I've downloaded and looked into the MultiWii_dev_2013_08_23_r1573_pre_2.3 version and I don't see the usual:
My control system is NOT a traditional RC TX/RX arrangement but instead uses serial MSP commands like MSP_SET_RAW_RC etc
Please advise...
Cheers!
city_kid
Will RCSERIAL and all the usual MSP commands be available in v2.3...?
I've downloaded and looked into the MultiWii_dev_2013_08_23_r1573_pre_2.3 version and I don't see the usual:
Code: Select all
#define RCSERIAL
My control system is NOT a traditional RC TX/RX arrangement but instead uses serial MSP commands like MSP_SET_RAW_RC etc
Please advise...
Cheers!
city_kid
Re: Release v2.3 is coming soon... prepare
RCSERIAL is "active" at all time in newer versions.
If RCSERIAL MSP is detected it will a always overide all other RC-commands.
RCSERIAL MSP set a timer and if no new packet is recived in ~1 sec it will switch to conventional RC.
Conventional RC have failsafe timer who kicks in if there's no valid input.
You can setup a buddybox system if you have RCSERIAL as master and RC as slave.
Turn off or halt RCSERIAL and slave will have the command.
If RCSERIAL MSP is detected it will a always overide all other RC-commands.
RCSERIAL MSP set a timer and if no new packet is recived in ~1 sec it will switch to conventional RC.
Conventional RC have failsafe timer who kicks in if there's no valid input.
You can setup a buddybox system if you have RCSERIAL as master and RC as slave.
Turn off or halt RCSERIAL and slave will have the command.
Re: Release v2.3 is coming soon... prepare
@PatrikE
OK, that explains why there is no RCSERIAL define in config.h anymore...
Thanks!
city_kid
OK, that explains why there is no RCSERIAL define in config.h anymore...
Thanks!
city_kid
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Release v2.3 is coming soon... prepare
shikra wrote:#2 - possible overflow issue somewhere?
If I do full hard yaw side to side the real motor goes 100% for a very short time. Copter nearly perpendicular to ground. Its frigging scary...
Its easily repeatable
It does NOT happen in ACRO ??
It happens in Horizon. Did not try level.
Hi,
I don't understand this issue. You say it is on a tricopter ?
where yaw isn't supposed to control motor output
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Release v2.3 is coming soon... prepare
PatrikE wrote:If RCSERIAL MSP is detected it will a always overide all other RC-commands.
In fact not all, only those which are not set to 0.
=> you can use RCSERIAL to control only the chan you want, and you can still use Conventional RC at the same time for other channels.
Re: Release v2.3 is coming soon... prepare
Yes - correct !!!
And yes - very odd - I can't see the link to why its doing it.
Scenario
Hovering in Horizon mode
If yaw slow or medium speed its fine
If apply full yaw quickly say one way then the other, sometimes the rear motor spins up like full throttle very briefly. Enough to get it 45-90 degrees from level. Then level (or me) settles it back into a level hover.
Its such a fast change it almost feels like something has overflowed
I also tried HW PWM on MEGA just in case - although can't see link between yaw and rear motor.
I all other respects it seems to be fine.
Maybe its better if show a vid. See if I can get one for you
And yes - very odd - I can't see the link to why its doing it.
Scenario
Hovering in Horizon mode
If yaw slow or medium speed its fine
If apply full yaw quickly say one way then the other, sometimes the rear motor spins up like full throttle very briefly. Enough to get it 45-90 degrees from level. Then level (or me) settles it back into a level hover.
Its such a fast change it almost feels like something has overflowed
I also tried HW PWM on MEGA just in case - although can't see link between yaw and rear motor.
I all other respects it seems to be fine.
Maybe its better if show a vid. See if I can get one for you
-
- Posts: 178
- Joined: Fri Apr 01, 2011 10:32 pm
- Location: Czech Republic, Prague
Re: Release v2.3 is coming soon... prepare
Hi,
in r1573 GUI at the tab "settings" are newly adjustments fields for buzzer alarm voltages but unfortunately the step of modification is 1V. This is too raw to be useful - I can set only e.g. 9 or 10 or 11 or 12 volts but not 10.2 or 10.3.
Is it possible to modify it in final 2.3 GUI to have adjustment resolution 0.1V?
Thanks!
Roman
BTW: Today I flew 3 batteries with r1573 on my 1kg tricopter with Crius SE board and it seems to fly very good (but I didn't test fast YAWing)
R.
in r1573 GUI at the tab "settings" are newly adjustments fields for buzzer alarm voltages but unfortunately the step of modification is 1V. This is too raw to be useful - I can set only e.g. 9 or 10 or 11 or 12 volts but not 10.2 or 10.3.

Is it possible to modify it in final 2.3 GUI to have adjustment resolution 0.1V?
Thanks!
Roman
BTW: Today I flew 3 batteries with r1573 on my 1kg tricopter with Crius SE board and it seems to fly very good (but I didn't test fast YAWing)
R.
Re: Release v2.3 is coming soon... prepare
Hobby developer here. And I keep asking myself, why I still have to do some basic settings like min/max throttle value in config, I think this would be better off i GUI as it's a pain to tweak config.h values while out flying.
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Release v2.3 is coming soon... prepare
HSPalm wrote:Hobby developer here. And I keep asking myself, why I still have to do some basic settings like min/max throttle value in config, I think this would be better off i GUI as it's a pain to tweak config.h values while out flying.
and what about "GUI globalsettings pane" ?
Re: Release v2.3 is coming soon... prepare
There is an issue with the GUI on Mac OSX 10.8.5
The labels for the comm ports overflow the boxes and the text covers some of the PIDs
The labels for the comm ports overflow the boxes and the text covers some of the PIDs
Re: Release v2.3 is coming soon... prepare
yes- i have same GUI overflow. Wasn't sure if it was just me as I was running it within processing - on win7
Re: Release v2.3 is coming soon... prepare
shikra wrote:yes- i have same GUI overflow. Wasn't sure if it was just me as I was running it within processing - on win7
How the fuk do you people manage to get 100s of com ports in your system? Is this something FTDI drivers do? (luckily I never had more than one FTDI dongle). And why are they all appearing at same time?? Do you actually have like 20 USBS>Serial dongles connected? Do you not know how to go to device manager, port properties, and reassign it from COM137 to like COM2?
-
- Posts: 13
- Joined: Sun Sep 22, 2013 5:46 pm
Re: Release v2.3 is coming soon... prepare
timecop wrote:shikra wrote:yes- i have same GUI overflow. Wasn't sure if it was just me as I was running it within processing - on win7
How the fuk do you people manage to get 100s of com ports in your system? Is this something FTDI drivers do? (luckily I never had more than one FTDI dongle). And why are they all appearing at same time?? Do you actually have like 20 USBS>Serial dongles connected? Do you not know how to go to device manager, port properties, and reassign it from COM137 to like COM2?
Nope, The problem is on the length of the device name, like "/dev/ttyUSB...." the text goes over the name of the PID. In previous edition "/dev/" was removed. Hope that somebody will know how to fix that, it is a minor problem but rather annoying.
Gio
Re: Release v2.3 is coming soon... prepare
timecop wrote:How the fuk do you people manage to get 100s of com ports in your system?
Laptops that have built in bluetooth will sometimes hold COM ports for paired devices.
Re: Release v2.3 is coming soon... prepare
timecop wrote:How the fuk do you people manage to get 100s of com ports in your system? Is this something FTDI drivers do? (luckily I never had more than one FTDI dongle). And why are they all appearing at same time?? Do you actually have like 20 USBS>Serial dongles connected? Do you not know how to go to device manager, port properties, and reassign it from COM137 to like COM2?
Do you not know your 'diagnosis' misses the point completely?
I had originally put in some code that stripped the leading /dev/tty but had to remove it in order for the Reconnect feature to work the way it was implemented for mac and possibly unix. So we have too long device names now. Users can collapse the list and see the pids unobscured. Not cool but noone offered to rewrite / separate devices display and reconnect functionality ( itthe full device name is required to be saved )
Re: Release v2.3 is coming soon... prepare
Your making and assumption...
I only have one com port.
I only have one com port.
timecop wrote:shikra wrote:yes- i have same GUI overflow. Wasn't sure if it was just me as I was running it within processing - on win7
How the fuk do you people manage to get 100s of com ports in your system? Is this something FTDI drivers do? (luckily I never had more than one FTDI dongle). And why are they all appearing at same time?? Do you actually have like 20 USBS>Serial dongles connected? Do you not know how to go to device manager, port properties, and reassign it from COM137 to like COM2?
Re: Release v2.3 is coming soon... prepare
Alex - update from todays testing...
Put a third controller on board and new ppm cable - this one is 328 based with different sensors. Same issue.
I have a suspicion it may be PPM related. Only happens when full right yaw and level switch is on. Maybe its a rx fault or just on edge of some PPM framing timing issue. More testing to come...
On a POSITIVE !
I also tested a PARIS board on another tricopter with uhf rx- no issues
Tested flying in acro/horizon/level
GPS hold
GPS RTH
LEDRING
OLED
no issues found.
Put a third controller on board and new ppm cable - this one is 328 based with different sensors. Same issue.
I have a suspicion it may be PPM related. Only happens when full right yaw and level switch is on. Maybe its a rx fault or just on edge of some PPM framing timing issue. More testing to come...
On a POSITIVE !
I also tested a PARIS board on another tricopter with uhf rx- no issues
Tested flying in acro/horizon/level
GPS hold
GPS RTH
LEDRING
OLED
no issues found.
Re: Release v2.3 is coming soon... prepare
Have you tested to use another AUX switch than AUX1 to enable Accmode?
Just to test PPM framing timing issue between ch4 and Aux1.
Just to test PPM framing timing issue between ch4 and Aux1.
Re: Release v2.3 is coming soon... prepare
Thanks patrick -
I found issue...
replaced three controllers
replaced two rx
replace 2 servos
6000mah on servo line to cut noise.
still same... WTF!
BUT issue only showed when servo connected.
Changed to different brand of servo and its fine!
refitted original servo and put ferrite on servo line. Its still good!!
GUI was brilliant to troubleshoot- as shook yaw servo, could just see the rx pwm flicker. ferrite has stopped that too. Is now perfect.
Jeez - don't know why it suddenly started to show after updating firmware. Maybe subtle change that highlighted issue I already had.
I found issue...
replaced three controllers
replaced two rx
replace 2 servos
6000mah on servo line to cut noise.
still same... WTF!
BUT issue only showed when servo connected.
Changed to different brand of servo and its fine!
refitted original servo and put ferrite on servo line. Its still good!!
GUI was brilliant to troubleshoot- as shook yaw servo, could just see the rx pwm flicker. ferrite has stopped that too. Is now perfect.
Jeez - don't know why it suddenly started to show after updating firmware. Maybe subtle change that highlighted issue I already had.
Re: Release v2.3 is coming soon... prepare
Hamburger wrote:. Users can collapse the list and see the pids unobscured. Not cool but noone offered to rewrite / separate devices display and reconnect functionality ( itthe full device name is required to be saved )
How do you collapse the list?
Re: Release v2.3 is coming soon... prepare
Alexinparis wrote:HSPalm wrote:Hobby developer here. And I keep asking myself, why I still have to do some basic settings like min/max throttle value in config, I think this would be better off i GUI as it's a pain to tweak config.h values while out flying.
and what about "GUI globalsettings pane" ?
Yes, I did a search on that but didn't find anything. Is it what I am wishing for?
Re: Release v2.3 is coming soon... prepare
Deet wrote:Hamburger wrote:. Users can collapse the list and see the pids unobscured. Not cool but noone offered to rewrite / separate devices display and reconnect functionality ( itthe full device name is required to be saved )
How do you collapse the list?
by clicking on the title line of the list "Port list" or at least the '+' on the right
Re: Release v2.3 is coming soon... prepare
Hamburger wrote:Deet wrote:Hamburger wrote:. Users can collapse the list and see the pids unobscured. Not cool but noone offered to rewrite / separate devices display and reconnect functionality ( itthe full device name is required to be saved )
How do you collapse the list?
by clicking on the title line of the list "Port list" or at least the '+' on the right
Ok I did that and it solves most of the issue
BUT the name of the selected port gets printed above that title line and it remains after you close the port list, the text still extends into the PID window, at least with one line of text its not too hard to deal with. But still does not look very good
Re: Release v2.3 is coming soon... prepare
Sorry for my English.
I have a problem with the GPS.
Using a quad with Crius AIO v1, do not you start searching for satellites, the LED remains lit, if I plug socket usb to pc starts blinking to find satelliti.e after it all works.
With 2.2 everything is ok.
thank you very much
I have a problem with the GPS.
Using a quad with Crius AIO v1, do not you start searching for satellites, the LED remains lit, if I plug socket usb to pc starts blinking to find satelliti.e after it all works.
With 2.2 everything is ok.
thank you very much
Re: Release v2.3 is coming soon... prepare
hello gentlemen
I tested the first version pre 2.3.avec Crius se
the yaw servo for tricopter to reverse does not work.
// # define YAW_DIRECTION 1
# define YAW_DIRECTION -1
it always goes in the same direction
I tested the first version pre 2.3.avec Crius se
the yaw servo for tricopter to reverse does not work.
// # define YAW_DIRECTION 1
# define YAW_DIRECTION -1
it always goes in the same direction
Re: Release v2.3 is coming soon... prepare
Use Gui to reverse direction.
Re: Release v2.3 is coming soon... prepare
ok cool it works well.
I actually had not seen the igh menu in the GUI.
I saw also MAG 0.4 if I change this value that happening?
I actually had not seen the igh menu in the GUI.
I saw also MAG 0.4 if I change this value that happening?
- NikTheGreek
- Posts: 348
- Joined: Thu Dec 08, 2011 4:17 pm
- Location: Greece
- Contact:
Re: Release v2.3 is coming soon... prepare
In config the
option is missing.
Why ?
Code: Select all
/******************* RC signal from the serial port via Multiwii Serial Protocol *********/
#define RCSERIAL
option is missing.
Why ?
-
- Posts: 178
- Joined: Fri Apr 01, 2011 10:32 pm
- Location: Czech Republic, Prague
Re: Release v2.3 is coming soon... prepare
Hi,
today I tested r1573 in 328 (Crius SE) with I2C_GPS_NAV_v2_2 loaded in Arduino Promini and ALWAYS after powering ON I see three I2C errors in GUI. Then it works normally and number of errors remains on 3, but previously it wasn't like this. Probably just bad timing during bootup, but doesn't look nice because we, ordinary users, were taught that I2C errors are bad and shouldn't be there
.
Another strange thing is that when I change some values (like PID) over GUI and press "WRITE" button, FC reboots. It also started happenning after connecting I2C GPS.
Can someone verify this before 2.3 release?
Thanks!
Roman
today I tested r1573 in 328 (Crius SE) with I2C_GPS_NAV_v2_2 loaded in Arduino Promini and ALWAYS after powering ON I see three I2C errors in GUI. Then it works normally and number of errors remains on 3, but previously it wasn't like this. Probably just bad timing during bootup, but doesn't look nice because we, ordinary users, were taught that I2C errors are bad and shouldn't be there

Another strange thing is that when I change some values (like PID) over GUI and press "WRITE" button, FC reboots. It also started happenning after connecting I2C GPS.
Can someone verify this before 2.3 release?
Thanks!
Roman
Re: Release v2.3 is coming soon... prepare
NikTheGreek wrote:In config theCode: Select all
/******************* RC signal from the serial port via Multiwii Serial Protocol *********/
#define RCSERIAL
option is missing.
Why ?
because it is enabled by default
- NikTheGreek
- Posts: 348
- Joined: Thu Dec 08, 2011 4:17 pm
- Location: Greece
- Contact:
Re: Release v2.3 is coming soon... prepare
Thank you ezio 

- jevermeister
- Posts: 708
- Joined: Wed Jul 20, 2011 8:56 am
- Contact:
Re: Release v2.3 is coming soon... prepare
Hi,
I did a small overview with the new PRE Code and I stumbled upon a small thing I'd like to adress:
I like to start action style with the copter in my hand tilted and then start engines and throttle up in acro and let it loose,
I need to fly with my Camera below the copter and becuase of vibration feedback I do not use a Skit, so I need to start from my hand.
The copter checks if being tilted ons tartup and this prevents me from starting like this. Same goes to starting on uneven ground.
I like to suggest the following (I use this by myself successfully):
Introduce a parameter that disables this security feature for advanced users.
ONLYARMWHENFLAT is activated per default, so new users have the security of not making mistakes and those that are interested can change that.
please discuss my proposal openly.
Nils
ps.: what happened to:
?? Will it affect my pmeter?
I did a small overview with the new PRE Code and I stumbled upon a small thing I'd like to adress:
I like to start action style with the copter in my hand tilted and then start engines and throttle up in acro and let it loose,
I need to fly with my Camera below the copter and becuase of vibration feedback I do not use a Skit, so I need to start from my hand.
The copter checks if being tilted ons tartup and this prevents me from starting like this. Same goes to starting on uneven ground.
I like to suggest the following (I use this by myself successfully):
Introduce a parameter that disables this security feature for advanced users.
Code: Select all
void go_arm() {
if(calibratingG == 0
#if defined(ONLYARMWHENFLAT)
&& f.ACC_CALIBRATED
#endif
ONLYARMWHENFLAT is activated per default, so new users have the security of not making mistakes and those that are interested can change that.
please discuss my proposal openly.
Nils
ps.: what happened to:
Code: Select all
#define PLEVELDIV 1500 // (*) default for soft - if you lower PLEVELDIV, beware of overrun in uint32 pMeter
#define PLEVELDIVSOFT 5000 // for soft always equal to PLEVELDIV; for hard set to 5000
?? Will it affect my pmeter?
Re: Release v2.3 is coming soon... prepare
Those two vars have become non.tunable by default.
For new pmeter only setup psensornull and pint2ma.
For new pmeter only setup psensornull and pint2ma.
Re: Release v2.3 is coming soon... prepare
is VBATSCALE stuff going to be fixed to be correct instead of some joke value, in 2.3?
(patch was posted here: viewtopic.php?f=7&t=3995
(patch was posted here: viewtopic.php?f=7&t=3995