AmboVent-1690-108 / AmboVent

AmboVent 1690.108
The Unlicense
205 stars 69 forks source link

Code formatting Variable name index=0 line 138 #41

Open Xexnon opened 4 years ago

Xexnon commented 4 years ago

The line gave a compile time error while porting code to esp32. int motorPWM,index=0, prev_index,i, wait_cycles,cycle_number, cycles_lost,index_last_motion;

Variable name index =0

Error char *to int conversation fail

all index had to be renamed.

to something like index_somename

Xexnon commented 4 years ago

Related to #11 and #37

Arie001 commented 4 years ago

This was on platform.io compiled for esp32 . Not checked on a clean install of platform.io I suspect one the name "Index" was defined on one of the libraries I have as global . It is not a bug it may be
related to my setup. The reason for the compile

Is to try do the project on a more modern chip where memory is not a issue. No More no Less not a bug or a Issue.

I my forked of the code ESP32 Rotary Encoder Touch TFT SD . Wifi BLE MQTT

Arie_respirator-control_rev2_encoder_Back